Html Css Color HEX #88A6B4 Botticelli

📋 copy color: '#88A6B4'

red 136 ◦ green 166 ◦ blue 180

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

Shades of Botticelli #88A6B4

Tints of Botticelli #88A6B4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.44%

 BLUE value IS 180 (70.7% from 255) = 37.34%

R = 28.22%
G = 34.44%
B = 37.34%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#88A6B4 (or 0x88A6B4) is known color: Botticelli. HEX triplet: 88, A6 and B4. RGB value is (136,166,180). Sum of RGB (Red+Green+Blue) = 136+166+180=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #88A6B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6B4 is #77594B. Grayscale: #9E9E9E. Windows color (decimal): -7821644 or 11839112. OLE color: 11839112.

HSL color Cylindrical-coordinate representation of color #88A6B4: hue angle of 199.09º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88A6B4 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 166 180 -
CMYK 0.24 0.08 0 0.29
HSL 199.09º 0.23% 0.62% -
HSV(B) 199.09º 0.24% 0.71% -
XYZ 32.03 35.8 48.4 -
YUV 158.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 136 166 180 0.24 0.08 0 0.29 199.09 0.23 0.62
Hex 88 A6 B4 18 8 0 1D C7 17 3E
Octal 210 246 264 30 10 0 35 307 27 76
Binary 10001000 10100110 10110100 11000 1000 0 11101 11000111 10111 111110

Color Harmonies of #88A6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88A6B4

Black with #88A6B4

Text Example


Text Example

White with #88A6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,166,180); }

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

background-color css

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

 a { background-color: rgb(136,166,180); }

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

border-color css

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

 span { border-color: rgb(136,166,180); }

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