Html Css Color HEX #96BDC1 Botticelli

📋 copy color: '#96BDC1'

red 150 ◦ green 189 ◦ blue 193

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

Shades of Botticelli #96BDC1

Tints of Botticelli #96BDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.28%

R = 28.2%
G = 35.53%
B = 36.28%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#96BDC1 (or 0x96BDC1) is known color: Botticelli. HEX triplet: 96, BD and C1. RGB value is (150,189,193). Sum of RGB (Red+Green+Blue) = 150+189+193=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #96BDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BDC1 is #69423E. Grayscale: #B1B1B1. Windows color (decimal): -6898239 or 12696982. OLE color: 12696982.

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

Color convert

RGB 150 189 193 -
CMYK 0.22 0.02 0 0.24
HSL 185.58º 0.26% 0.67% -
HSV(B) 185.58º 0.22% 0.76% -
XYZ 40.4 46.73 57.34 -
YUV 177.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 150 189 193 0.22 0.02 0 0.24 185.58 0.26 0.67
Hex 96 BD C1 16 2 0 18 BA 1A 43
Octal 226 275 301 26 2 0 30 272 32 103
Binary 10010110 10111101 11000001 10110 10 0 11000 10111010 11010 1000011

Color Harmonies of #96BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDC1

Black with #96BDC1

Text Example


Text Example

White with #96BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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