Html Css Color HEX #88ADB7 Botticelli

📋 copy color: '#88ADB7'

red 136 ◦ green 173 ◦ blue 183

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

Shades of Botticelli #88ADB7

Tints of Botticelli #88ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.2%

R = 27.64%
G = 35.16%
B = 37.2%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#88ADB7 (or 0x88ADB7) is known color: Botticelli. HEX triplet: 88, AD and B7. RGB value is (136,173,183). Sum of RGB (Red+Green+Blue) = 136+173+183=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #88ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADB7 is #775248. Grayscale: #A3A3A3. Windows color (decimal): -7819849 or 12037512. OLE color: 12037512.

HSL color Cylindrical-coordinate representation of color #88ADB7: hue angle of 192.77º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88ADB7 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 136 173 183 -
CMYK 0.26 0.05 0 0.28
HSL 192.77º 0.25% 0.63% -
HSV(B) 192.77º 0.26% 0.72% -
XYZ 33.64 38.54 50.47 -
YUV 163.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 136 173 183 0.26 0.05 0 0.28 192.77 0.25 0.63
Hex 88 AD B7 1A 5 0 1C C1 19 3F
Octal 210 255 267 32 5 0 34 301 31 77
Binary 10001000 10101101 10110111 11010 101 0 11100 11000001 11001 111111

Color Harmonies of #88ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ADB7

Black with #88ADB7

Text Example


Text Example

White with #88ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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