#96BBC4

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

Shades of Botticelli #96BBC4

Tints of Botticelli #96BBC4

Color information

#96BBC4 (or 0x96BBC4) is unknown color: approx Botticelli. HEX triplet: 96, BB and C4. RGB value is (150,187,196). Sum of RGB (Red+Green+Blue) = 150+187+196=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #96BBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BBC4 is #69443B. Grayscale: #B0B0B0. Windows color (decimal): -6898748 or 12893078. OLE color: 12893078.

HSL color Cylindrical-coordinate representation of color #96BBC4: hue angle of 191.74º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BBC4 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB150187196-
CMYK0.230.0500.23
HSL191.74º28.05%67.84%-
HSV(B)191.74º23.47%76.86%-
XYZ40.3146.0158.98-
YUV176.96138.74108.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 196 (76.95% from 255) = 36.77%
R=28.14%
G=35.08%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501871960.230.0500.23191.7428.0567.84
Hex96BBC4175017c01c44
Octal22627330427502730034104
Binary1001011010111011110001001011110101011111000000111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96BBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96BBC4; }

 p { color: rgb(150,187,196); }

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

<style>
 a { background-color: #96BBC4; }

 a { background-color: rgb(150,187,196); }

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

<style>
 span { border-color: #96BBC4; }

 span { border-color: rgb(150,187,196); }

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