Html Css Color HEX #96B4BA Botticelli

📋 copy color: '#96B4BA'

red 150 ◦ green 180 ◦ blue 186

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

Shades of Botticelli #96B4BA

Tints of Botticelli #96B4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 29.07%
G = 34.88%
B = 36.05%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96B4BA (or 0x96B4BA) is known color: Botticelli. HEX triplet: 96, B4 and BA. RGB value is (150,180,186). Sum of RGB (Red+Green+Blue) = 150+180+186=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #96B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B4BA is #694B45. Grayscale: #ABABAB. Windows color (decimal): -6900550 or 12235926. OLE color: 12235926.

HSL color Cylindrical-coordinate representation of color #96B4BA: hue angle of 190º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B4BA is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 180 186 -
CMYK 0.19 0.03 0 0.27
HSL 190º 0.21% 0.66% -
HSV(B) 190º 0.19% 0.73% -
XYZ 37.76 42.67 52.7 -
YUV 171.71 136.06 112.51 -
System Red Green Blue C M Y K H S L
Decimal 150 180 186 0.19 0.03 0 0.27 190 0.21 0.66
Hex 96 B4 BA 13 3 0 1B BE 15 42
Octal 226 264 272 23 3 0 33 276 25 102
Binary 10010110 10110100 10111010 10011 11 0 11011 10111110 10101 1000010

Color Harmonies of #96B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B4BA

Black with #96B4BA

Text Example


Text Example

White with #96B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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