#95B4BF

Color #95B4BF Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #95B4BF

Tints of Botticelli #95B4BF

Color information

#95B4BF (or 0x95B4BF) is unknown color: approx Botticelli. HEX triplet: 95, B4 and BF. RGB value is (149,180,191). Sum of RGB (Red+Green+Blue) = 149+180+191=520 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.65% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 191 - color contains mainly: blue. Hex color #95B4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95B4BF is #6A4B40. Grayscale: #ABABAB. Windows color (decimal): -6966081 or 12563605. OLE color: 12563605.

HSL color Cylindrical-coordinate representation of color #95B4BF: hue angle of 195.71º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B4BF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149180191-
CMYK0.220.0600.25
HSL195.71º24.71%66.67%-
HSV(B)195.71º21.99%74.9%-
XYZ38.1242.7955.54-
YUV171.98138.73111.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 28.65%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 191 (75% from 255) = 36.73%
R=28.65%
G=34.62%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491801910.220.0600.25195.7124.7166.67
Hex95B4BF166019c41943
Octal22526427726603130431103
Binary1001010110110100101111111011011001100111000100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95B4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95B4BF; }

 p { color: rgb(149,180,191); }

 H1.HeaderClassName
 {
   color: #95B4BF;
 }
 .AnyTagClassName
 {
   color: #95B4BF;
 }
</style>
background-color css

<style>
 a { background-color: #95B4BF; }

 a { background-color: rgb(149,180,191); }

 div.DivClassName
 {
   background-color: #95B4BF;
 }
 .BgClassName
 {
   background-color: #95B4BF;
 }
</style>
border-color css

<style>
 span { border-color: #95B4BF; }

 span { border-color: rgb(149,180,191); }

 td.TdClassName
 {
   border-color: #95B4BF;
 }
 .TagClassName
 {
   border-color: #95B4BF;
 }
</style>