Html Css Color HEX #88B5BB Botticelli

📋 copy color: '#88B5BB'

red 136 ◦ green 181 ◦ blue 187

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

Shades of Botticelli #88B5BB

Tints of Botticelli #88B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.91%

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

R = 26.98%
G = 35.91%
B = 37.1%

CMYK

 C value IS 0.27

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#88B5BB (or 0x88B5BB) is known color: Botticelli. HEX triplet: 88, B5 and BB. RGB value is (136,181,187). Sum of RGB (Red+Green+Blue) = 136+181+187=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #88B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B5BB is #774A44. Grayscale: #A8A8A8. Windows color (decimal): -7817797 or 12301704. OLE color: 12301704.

HSL color Cylindrical-coordinate representation of color #88B5BB: hue angle of 187.06º 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 #88B5BB is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 181 187 -
CMYK 0.27 0.03 0 0.27
HSL 187.06º 0.27% 0.63% -
HSV(B) 187.06º 0.27% 0.73% -
XYZ 35.65 41.87 53.22 -
YUV 168.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 136 181 187 0.27 0.03 0 0.27 187.06 0.27 0.63
Hex 88 B5 BB 1B 3 0 1B BB 1B 3F
Octal 210 265 273 33 3 0 33 273 33 77
Binary 10001000 10110101 10111011 11011 11 0 11011 10111011 11011 111111

Color Harmonies of #88B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B5BB

Black with #88B5BB

Text Example


Text Example

White with #88B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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