Html Css Color HEX #88ACB7 Botticelli

📋 copy color: '#88ACB7'

red 136 ◦ green 172 ◦ blue 183

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

Shades of Botticelli #88ACB7

Tints of Botticelli #88ACB7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.03%

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

R = 27.7%
G = 35.03%
B = 37.27%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#88ACB7 (or 0x88ACB7) is known color: Botticelli. HEX triplet: 88, AC and B7. RGB value is (136,172,183). Sum of RGB (Red+Green+Blue) = 136+172+183=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 172 (67.58% from 255 or 35.03% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 183 - color contains mainly: blue. Hex color #88ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ACB7 is #775348. Grayscale: #A2A2A2. Windows color (decimal): -7820105 or 12037256. OLE color: 12037256.

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

Color convert

RGB 136 172 183 -
CMYK 0.26 0.06 0 0.28
HSL 194.04º 0.25% 0.63% -
HSV(B) 194.04º 0.26% 0.72% -
XYZ 33.45 38.16 50.4 -
YUV 162.49 139.57 109.11 -
System Red Green Blue C M Y K H S L
Decimal 136 172 183 0.26 0.06 0 0.28 194.04 0.25 0.63
Hex 88 AC B7 1A 6 0 1C C2 19 3F
Octal 210 254 267 32 6 0 34 302 31 77
Binary 10001000 10101100 10110111 11010 110 0 11100 11000010 11001 111111

Color Harmonies of #88ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88ACB7

Black with #88ACB7

Text Example


Text Example

White with #88ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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