Html Css Color HEX #88AEBC Botticelli

📋 copy color: '#88AEBC'

red 136 ◦ green 174 ◦ blue 188

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

Shades of Botticelli #88AEBC

Tints of Botticelli #88AEBC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

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

R = 27.31%
G = 34.94%
B = 37.75%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88AEBC (or 0x88AEBC) is known color: Botticelli. HEX triplet: 88, AE and BC. RGB value is (136,174,188). Sum of RGB (Red+Green+Blue) = 136+174+188=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #88AEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEBC is #775143. Grayscale: #A4A4A4. Windows color (decimal): -7819588 or 12365448. OLE color: 12365448.

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

Color convert

RGB 136 174 188 -
CMYK 0.28 0.07 0 0.26
HSL 196.15º 0.28% 0.64% -
HSV(B) 196.15º 0.28% 0.74% -
XYZ 34.37 39.14 53.32 -
YUV 164.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 136 174 188 0.28 0.07 0 0.26 196.15 0.28 0.64
Hex 88 AE BC 1C 7 0 1A C4 1C 40
Octal 210 256 274 34 7 0 32 304 34 100
Binary 10001000 10101110 10111100 11100 111 0 11010 11000100 11100 1000000

Color Harmonies of #88AEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88AEBC

Black with #88AEBC

Text Example


Text Example

White with #88AEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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