Html Css Color HEX #88B1BB Botticelli

📋 copy color: '#88B1BB'

red 136 ◦ green 177 ◦ blue 187

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

Shades of Botticelli #88B1BB

Tints of Botticelli #88B1BB

RGB

 RED value IS 136 (53.52% from 255) = 27.2%

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 27.2%
G = 35.4%
B = 37.4%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#88B1BB (or 0x88B1BB) is known color: Botticelli. HEX triplet: 88, B1 and BB. RGB value is (136,177,187). Sum of RGB (Red+Green+Blue) = 136+177+187=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 187 - color contains mainly: blue. Hex color #88B1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1BB is #774E44. Grayscale: #A5A5A5. Windows color (decimal): -7818821 or 12300680. OLE color: 12300680.

HSL color Cylindrical-coordinate representation of color #88B1BB: hue angle of 191.76º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88B1BB is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 177 187 -
CMYK 0.27 0.05 0 0.27
HSL 191.76º 0.27% 0.63% -
HSV(B) 191.76º 0.27% 0.73% -
XYZ 34.85 40.27 52.95 -
YUV 165.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 136 177 187 0.27 0.05 0 0.27 191.76 0.27 0.63
Hex 88 B1 BB 1B 5 0 1B C0 1B 3F
Octal 210 261 273 33 5 0 33 300 33 77
Binary 10001000 10110001 10111011 11011 101 0 11011 11000000 11011 111111

Color Harmonies of #88B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B1BB

Black with #88B1BB

Text Example


Text Example

White with #88B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88B1BB; }

 p { color: rgb(136,177,187); }

 H1.HeaderClassName
 {
   color: #88B1BB;
 }
 .AnyTagClassName
 {
   color: #88B1BB;
 }
</style>

background-color css

<style>
 a { background-color: #88B1BB; }

 a { background-color: rgb(136,177,187); }

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

border-color css

<style>
 span { border-color: #88B1BB; }

 span { border-color: rgb(136,177,187); }

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