Html Css Color HEX #96B2BD Botticelli

📋 copy color: '#96B2BD'

red 150 ◦ green 178 ◦ blue 189

#96B2BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #96B2BD

Tints of Botticelli #96B2BD

RGB

 RED value IS 150 (58.98% from 255) = 29.01%

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 189 (74.22% from 255) = 36.56%

R = 29.01%
G = 34.43%
B = 36.56%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96B2BD (or 0x96B2BD) is known color: Botticelli. HEX triplet: 96, B2 and BD. RGB value is (150,178,189). Sum of RGB (Red+Green+Blue) = 150+178+189=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #96B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2BD is #694D42. Grayscale: #AAAAAA. Windows color (decimal): -6901059 or 12432022. OLE color: 12432022.

HSL color Cylindrical-coordinate representation of color #96B2BD: hue angle of 196.92º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96B2BD is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 178 189 -
CMYK 0.21 0.06 0 0.26
HSL 196.92º 0.23% 0.66% -
HSV(B) 196.92º 0.21% 0.74% -
XYZ 37.68 42 54.26 -
YUV 170.88 138.22 113.11 -
System Red Green Blue C M Y K H S L
Decimal 150 178 189 0.21 0.06 0 0.26 196.92 0.23 0.66
Hex 96 B2 BD 15 6 0 1A C5 17 42
Octal 226 262 275 25 6 0 32 305 27 102
Binary 10010110 10110010 10111101 10101 110 0 11010 11000101 10111 1000010

Color Harmonies of #96B2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2BD

Black with #96B2BD

Text Example


Text Example

White with #96B2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,178,189); }

 H1.HeaderClassName
 {
   color: #96B2BD;
 }
 .AnyTagClassName
 {
   color: #96B2BD;
 }
</style>

background-color css

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

 a { background-color: rgb(150,178,189); }

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

border-color css

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

 span { border-color: rgb(150,178,189); }

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