Html Css Color HEX #96BEC2 Botticelli

📋 copy color: '#96BEC2'

red 150 ◦ green 190 ◦ blue 194

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

Shades of Botticelli #96BEC2

Tints of Botticelli #96BEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.58%

 BLUE value IS 194 (76.17% from 255) = 36.33%

R = 28.09%
G = 35.58%
B = 36.33%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96BEC2 (or 0x96BEC2) is known color: Botticelli. HEX triplet: 96, BE and C2. RGB value is (150,190,194). Sum of RGB (Red+Green+Blue) = 150+190+194=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 194 - color contains mainly: blue. Hex color #96BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BEC2 is #69413D. Grayscale: #B2B2B2. Windows color (decimal): -6897982 or 12762774. OLE color: 12762774.

HSL color Cylindrical-coordinate representation of color #96BEC2: hue angle of 185.45º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96BEC2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 190 194 -
CMYK 0.23 0.02 0 0.24
HSL 185.45º 0.27% 0.67% -
HSV(B) 185.45º 0.23% 0.76% -
XYZ 40.73 47.21 58 -
YUV 178.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 150 190 194 0.23 0.02 0 0.24 185.45 0.27 0.67
Hex 96 BE C2 17 2 0 18 B9 1B 43
Octal 226 276 302 27 2 0 30 271 33 103
Binary 10010110 10111110 11000010 10111 10 0 11000 10111001 11011 1000011

Color Harmonies of #96BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEC2

Black with #96BEC2

Text Example


Text Example

White with #96BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,190,194); }

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

background-color css

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

 a { background-color: rgb(150,190,194); }

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

border-color css

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

 span { border-color: rgb(150,190,194); }

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