#95BBBE

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

Shades of Botticelli #95BBBE

Tints of Botticelli #95BBBE

Color information

#95BBBE (or 0x95BBBE) is unknown color: approx Botticelli. HEX triplet: 95, BB and BE. RGB value is (149,187,190). Sum of RGB (Red+Green+Blue) = 149+187+190=526 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.33% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #95BBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BBBE is #6A4441. Grayscale: #AFAFAF. Windows color (decimal): -6964290 or 12499861. OLE color: 12499861.

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

Color convert

RGB149187190-
CMYK0.220.0200.25
HSL184.39º23.98%66.47%-
HSV(B)184.39º21.58%74.51%-
XYZ39.4645.6555.45-
YUV175.98135.91108.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.33%
GREEN value IS 187 (73.44% from 255) = 35.55%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=28.33%
G=35.55%
B=36.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491871900.220.0200.25184.3923.9866.47
Hex95BBBE162019b81842
Octal22527327626203127030102
Binary100101011011101110111110101101001100110111000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,187,190); }

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

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

 a { background-color: rgb(149,187,190); }

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

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

 span { border-color: rgb(149,187,190); }

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