Html Css Color HEX #88B1BD Botticelli

📋 copy color: '#88B1BD'

red 136 ◦ green 177 ◦ blue 189

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

Shades of Botticelli #88B1BD

Tints of Botticelli #88B1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 27.09%
G = 35.26%
B = 37.65%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88B1BD (or 0x88B1BD) is known color: Botticelli. HEX triplet: 88, B1 and BD. RGB value is (136,177,189). Sum of RGB (Red+Green+Blue) = 136+177+189=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1BD is #774E42. Grayscale: #A6A6A6. Windows color (decimal): -7818819 or 12431752. OLE color: 12431752.

HSL color Cylindrical-coordinate representation of color #88B1BD: hue angle of 193.58º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88B1BD is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 177 189 -
CMYK 0.28 0.06 0 0.26
HSL 193.58º 0.29% 0.64% -
HSV(B) 193.58º 0.28% 0.74% -
XYZ 35.06 40.35 54.09 -
YUV 166.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 136 177 189 0.28 0.06 0 0.26 193.58 0.29 0.64
Hex 88 B1 BD 1C 6 0 1A C2 1D 40
Octal 210 261 275 34 6 0 32 302 35 100
Binary 10001000 10110001 10111101 11100 110 0 11010 11000010 11101 1000000

Color Harmonies of #88B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B1BD

Black with #88B1BD

Text Example


Text Example

White with #88B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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