Html Css Color HEX #96BDC3 Botticelli

📋 copy color: '#96BDC3'

red 150 ◦ green 189 ◦ blue 195

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

Shades of Botticelli #96BDC3

Tints of Botticelli #96BDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.52%

R = 28.09%
G = 35.39%
B = 36.52%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96BDC3 (or 0x96BDC3) is known color: Botticelli. HEX triplet: 96, BD and C3. RGB value is (150,189,195). Sum of RGB (Red+Green+Blue) = 150+189+195=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 195 - color contains mainly: blue. Hex color #96BDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC3 is #69423C. Grayscale: #B1B1B1. Windows color (decimal): -6898237 or 12828054. OLE color: 12828054.

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

Color convert

RGB 150 189 195 -
CMYK 0.23 0.03 0 0.24
HSL 188º 0.27% 0.68% -
HSV(B) 188º 0.23% 0.76% -
XYZ 40.63 46.82 58.53 -
YUV 178.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 150 189 195 0.23 0.03 0 0.24 188 0.27 0.68
Hex 96 BD C3 17 3 0 18 BC 1B 44
Octal 226 275 303 27 3 0 30 274 33 104
Binary 10010110 10111101 11000011 10111 11 0 11000 10111100 11011 1000100

Color Harmonies of #96BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDC3

Black with #96BDC3

Text Example


Text Example

White with #96BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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