Html Css Color HEX #96B2BC Botticelli

📋 copy color: '#96B2BC'

red 150 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #96B2BC

Tints of Botticelli #96B2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.43%

R = 29.07%
G = 34.5%
B = 36.43%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96B2BC (or 0x96B2BC) is known color: Botticelli. HEX triplet: 96, B2 and BC. RGB value is (150,178,188). Sum of RGB (Red+Green+Blue) = 150+178+188=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #96B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96B2BC is #694D43. Grayscale: #AAAAAA. Windows color (decimal): -6901060 or 12366486. OLE color: 12366486.

HSL color Cylindrical-coordinate representation of color #96B2BC: hue angle of 195.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B2BC is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 178 188 -
CMYK 0.20 0.05 0 0.26
HSL 195.79º 0.22% 0.66% -
HSV(B) 195.79º 0.2% 0.74% -
XYZ 37.58 41.96 53.69 -
YUV 170.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 150 178 188 0.20 0.05 0 0.26 195.79 0.22 0.66
Hex 96 B2 BC 14 5 0 1A C4 16 42
Octal 226 262 274 24 5 0 32 304 26 102
Binary 10010110 10110010 10111100 10100 101 0 11010 11000100 10110 1000010

Color Harmonies of #96B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B2BC

Black with #96B2BC

Text Example


Text Example

White with #96B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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