Html Css Color HEX #88B2BC Botticelli

📋 copy color: '#88B2BC'

red 136 ◦ green 178 ◦ blue 188

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

Shades of Botticelli #88B2BC

Tints of Botticelli #88B2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 27.09%
G = 35.46%
B = 37.45%

CMYK

 C value IS 0.28

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88B2BC (or 0x88B2BC) is known color: Botticelli. HEX triplet: 88, B2 and BC. RGB value is (136,178,188). Sum of RGB (Red+Green+Blue) = 136+178+188=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 188 - color contains mainly: blue. Hex color #88B2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2BC is #774D43. Grayscale: #A6A6A6. Windows color (decimal): -7818564 or 12366472. OLE color: 12366472.

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

Color convert

RGB 136 178 188 -
CMYK 0.28 0.05 0 0.26
HSL 191.54º 0.28% 0.64% -
HSV(B) 191.54º 0.28% 0.74% -
XYZ 35.15 40.71 53.58 -
YUV 166.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 136 178 188 0.28 0.05 0 0.26 191.54 0.28 0.64
Hex 88 B2 BC 1C 5 0 1A C0 1C 40
Octal 210 262 274 34 5 0 32 300 34 100
Binary 10001000 10110010 10111100 11100 101 0 11010 11000000 11100 1000000

Color Harmonies of #88B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B2BC

Black with #88B2BC

Text Example


Text Example

White with #88B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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