Html Css Color HEX #96B4BC Botticelli

📋 copy color: '#96B4BC'

red 150 ◦ green 180 ◦ blue 188

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

Shades of Botticelli #96B4BC

Tints of Botticelli #96B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.75%

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

R = 28.96%
G = 34.75%
B = 36.29%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#96B4BC (or 0x96B4BC) is known color: Botticelli. HEX triplet: 96, B4 and BC. RGB value is (150,180,188). Sum of RGB (Red+Green+Blue) = 150+180+188=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #96B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4BC is #694B43. Grayscale: #ABABAB. Windows color (decimal): -6900548 or 12366998. OLE color: 12366998.

HSL color Cylindrical-coordinate representation of color #96B4BC: hue angle of 192.63º 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 #96B4BC is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 150 180 188 -
CMYK 0.20 0.04 0 0.26
HSL 192.63º 0.22% 0.66% -
HSV(B) 192.63º 0.2% 0.74% -
XYZ 37.98 42.76 53.83 -
YUV 171.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 150 180 188 0.20 0.04 0 0.26 192.63 0.22 0.66
Hex 96 B4 BC 14 4 0 1A C1 16 42
Octal 226 264 274 24 4 0 32 301 26 102
Binary 10010110 10110100 10111100 10100 100 0 11010 11000001 10110 1000010

Color Harmonies of #96B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B4BC

Black with #96B4BC

Text Example


Text Example

White with #96B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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