Html Css Color HEX #96BDC6 Botticelli

📋 copy color: '#96BDC6'

red 150 ◦ green 189 ◦ blue 198

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

Shades of Botticelli #96BDC6

Tints of Botticelli #96BDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.2%

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 27.93%
G = 35.2%
B = 36.87%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#96BDC6 (or 0x96BDC6) is known color: Botticelli. HEX triplet: 96, BD and C6. RGB value is (150,189,198). Sum of RGB (Red+Green+Blue) = 150+189+198=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 198 - color contains mainly: blue. Hex color #96BDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC6 is #694239. Grayscale: #B2B2B2. Windows color (decimal): -6898234 or 13024662. OLE color: 13024662.

HSL color Cylindrical-coordinate representation of color #96BDC6: hue angle of 191.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96BDC6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 150 189 198 -
CMYK 0.24 0.05 0 0.22
HSL 191.25º 0.3% 0.68% -
HSV(B) 191.25º 0.24% 0.78% -
XYZ 40.97 46.96 60.33 -
YUV 178.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 150 189 198 0.24 0.05 0 0.22 191.25 0.3 0.68
Hex 96 BD C6 18 5 0 16 BF 1E 44
Octal 226 275 306 30 5 0 26 277 36 104
Binary 10010110 10111101 11000110 11000 101 0 10110 10111111 11110 1000100

Color Harmonies of #96BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDC6

Black with #96BDC6

Text Example


Text Example

White with #96BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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