Html Css Color HEX #96BDC0 Botticelli

📋 copy color: '#96BDC0'

red 150 ◦ green 189 ◦ blue 192

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

Shades of Botticelli #96BDC0

Tints of Botticelli #96BDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.16%

R = 28.25%
G = 35.59%
B = 36.16%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#96BDC0 (or 0x96BDC0) is known color: Botticelli. HEX triplet: 96, BD and C0. RGB value is (150,189,192). Sum of RGB (Red+Green+Blue) = 150+189+192=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #96BDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC0 is #69423F. Grayscale: #B1B1B1. Windows color (decimal): -6898240 or 12631446. OLE color: 12631446.

HSL color Cylindrical-coordinate representation of color #96BDC0: hue angle of 184.29º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96BDC0 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 189 192 -
CMYK 0.22 0.02 0 0.25
HSL 184.29º 0.25% 0.67% -
HSV(B) 184.29º 0.22% 0.75% -
XYZ 40.29 46.68 56.76 -
YUV 177.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 150 189 192 0.22 0.02 0 0.25 184.29 0.25 0.67
Hex 96 BD C0 16 2 0 19 B8 19 43
Octal 226 275 300 26 2 0 31 270 31 103
Binary 10010110 10111101 11000000 10110 10 0 11001 10111000 11001 1000011

Color Harmonies of #96BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDC0

Black with #96BDC0

Text Example


Text Example

White with #96BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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