Html Css Color HEX #96BABB Botticelli

📋 copy color: '#96BABB'

red 150 ◦ green 186 ◦ blue 187

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

Shades of Botticelli #96BABB

Tints of Botticelli #96BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.56%

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 28.68%
G = 35.56%
B = 35.76%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#96BABB (or 0x96BABB) is known color: Botticelli. HEX triplet: 96, BA and BB. RGB value is (150,186,187). Sum of RGB (Red+Green+Blue) = 150+186+187=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #96BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BABB is #694544. Grayscale: #AFAFAF. Windows color (decimal): -6899013 or 12302998. OLE color: 12302998.

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

Color convert

RGB 150 186 187 -
CMYK 0.20 0.01 0 0.27
HSL 181.62º 0.21% 0.66% -
HSV(B) 181.62º 0.2% 0.73% -
XYZ 39.11 45.19 53.68 -
YUV 175.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 150 186 187 0.20 0.01 0 0.27 181.62 0.21 0.66
Hex 96 BA BB 14 1 0 1B B6 15 42
Octal 226 272 273 24 1 0 33 266 25 102
Binary 10010110 10111010 10111011 10100 1 0 11011 10110110 10101 1000010

Color Harmonies of #96BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BABB

Black with #96BABB

Text Example


Text Example

White with #96BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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