Html Css Color HEX #88B2BD Botticelli

📋 copy color: '#88B2BD'

red 136 ◦ green 178 ◦ blue 189

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

Shades of Botticelli #88B2BD

Tints of Botticelli #88B2BD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

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

R = 27.04%
G = 35.39%
B = 37.57%

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

#88B2BD (or 0x88B2BD) is known color: Botticelli. HEX triplet: 88, B2 and BD. RGB value is (136,178,189). Sum of RGB (Red+Green+Blue) = 136+178+189=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2BD is #774D42. Grayscale: #A6A6A6. Windows color (decimal): -7818563 or 12432008. OLE color: 12432008.

HSL color Cylindrical-coordinate representation of color #88B2BD: hue angle of 192.45º 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 #88B2BD is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 178 189 -
CMYK 0.28 0.06 0 0.26
HSL 192.45º 0.29% 0.64% -
HSV(B) 192.45º 0.28% 0.74% -
XYZ 35.26 40.75 54.15 -
YUV 166.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 136 178 189 0.28 0.06 0 0.26 192.45 0.29 0.64
Hex 88 B2 BD 1C 6 0 1A C0 1D 40
Octal 210 262 275 34 6 0 32 300 35 100
Binary 10001000 10110010 10111101 11100 110 0 11010 11000000 11101 1000000

Color Harmonies of #88B2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B2BD

Black with #88B2BD

Text Example


Text Example

White with #88B2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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