Html Css Color HEX #88ADB4 Botticelli

📋 copy color: '#88ADB4'

red 136 ◦ green 173 ◦ blue 180

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

Shades of Botticelli #88ADB4

Tints of Botticelli #88ADB4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.38%

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

R = 27.81%
G = 35.38%
B = 36.81%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#88ADB4 (or 0x88ADB4) is known color: Botticelli. HEX triplet: 88, AD and B4. RGB value is (136,173,180). Sum of RGB (Red+Green+Blue) = 136+173+180=489 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.81% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 180 - color contains mainly: blue. Hex color #88ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADB4 is #77524B. Grayscale: #A2A2A2. Windows color (decimal): -7819852 or 11840904. OLE color: 11840904.

HSL color Cylindrical-coordinate representation of color #88ADB4: hue angle of 189.55º 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 #88ADB4 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 136 173 180 -
CMYK 0.24 0.04 0 0.29
HSL 189.55º 0.23% 0.62% -
HSV(B) 189.55º 0.24% 0.71% -
XYZ 33.34 38.42 48.84 -
YUV 162.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 136 173 180 0.24 0.04 0 0.29 189.55 0.23 0.62
Hex 88 AD B4 18 4 0 1D BE 17 3E
Octal 210 255 264 30 4 0 35 276 27 76
Binary 10001000 10101101 10110100 11000 100 0 11101 10111110 10111 111110

Color Harmonies of #88ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADB4

Black with #88ADB4

Text Example


Text Example

White with #88ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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