#88AFBD

Color #88AFBD Botticelli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Botticelli #88AFBD

Tints of Botticelli #88AFBD

Color information

#88AFBD (or 0x88AFBD) is unknown color: approx Botticelli. HEX triplet: 88, AF and BD. RGB value is (136,175,189). Sum of RGB (Red+Green+Blue) = 136+175+189=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 189 - color contains mainly: blue. Hex color #88AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFBD is #775042. Grayscale: #A4A4A4. Windows color (decimal): -7819331 or 12431240. OLE color: 12431240.

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

Color convert

RGB136175189-
CMYK0.280.0700.26
HSL195.85º28.65%63.73%-
HSV(B)195.85º28.04%74.12%-
XYZ34.6739.5753.95-
YUV164.94141.58107.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.2%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=27.2%
G=35%
B=37.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361751890.280.0700.26195.8528.6563.73
Hex88AFBD1C701Ac41d40
Octal21025727534703230435100
Binary1000100010101111101111011110011101101011000100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88AFBD;
 }
 .AnyTagClassName
 {
   color: #88AFBD;
 }
</style>
background-color css

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

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

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

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

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

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