Html Css Color HEX #88B1BA Botticelli

📋 copy color: '#88B1BA'

red 136 ◦ green 177 ◦ blue 186

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

Shades of Botticelli #88B1BA

Tints of Botticelli #88B1BA

RGB

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

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

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

R = 27.25%
G = 35.47%
B = 37.27%

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

#88B1BA (or 0x88B1BA) is known color: Botticelli. HEX triplet: 88, B1 and BA. RGB value is (136,177,186). Sum of RGB (Red+Green+Blue) = 136+177+186=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #88B1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B1BA is #774E45. Grayscale: #A5A5A5. Windows color (decimal): -7818822 or 12235144. OLE color: 12235144.

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

Color convert

RGB 136 177 186 -
CMYK 0.27 0.05 0 0.27
HSL 190.8º 0.27% 0.63% -
HSV(B) 190.8º 0.27% 0.73% -
XYZ 34.74 40.22 52.39 -
YUV 165.77 139.42 106.77 -
System Red Green Blue C M Y K H S L
Decimal 136 177 186 0.27 0.05 0 0.27 190.8 0.27 0.63
Hex 88 B1 BA 1B 5 0 1B BF 1B 3F
Octal 210 261 272 33 5 0 33 277 33 77
Binary 10001000 10110001 10111010 11011 101 0 11011 10111111 11011 111111

Color Harmonies of #88B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B1BA

Black with #88B1BA

Text Example


Text Example

White with #88B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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