Html Css Color HEX #ACB8E6 Perano

📋 copy color: '#ACB8E6'

red 172 ◦ green 184 ◦ blue 230

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

Shades of Perano #ACB8E6

Tints of Perano #ACB8E6

RGB

 RED value IS 172 (67.58% from 255) = 29.35%

 GREEN value IS 184 (72.27% from 255) = 31.4%

 BLUE value IS 230 (90.23% from 255) = 39.25%

R = 29.35%
G = 31.4%
B = 39.25%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ACB8E6 (or 0xACB8E6) is known color: Perano. HEX triplet: AC, B8 and E6. RGB value is (172,184,230). Sum of RGB (Red+Green+Blue) = 172+184+230=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 184 (72.27% from 255 or 31.40% from 586); Blue value is 230 (90.23% from 255 or 39.25% from 586); Max value from RGB is 230 - color contains mainly: blue. Hex color #ACB8E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8E6 is #534719. Grayscale: #B9B9B9. Windows color (decimal): -5457690 or 15120556. OLE color: 15120556.

HSL color Cylindrical-coordinate representation of color #ACB8E6: hue angle of 227.59º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACB8E6 is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 184 230 -
CMYK 0.25 0.2 0 0.10
HSL 227.59º 0.54% 0.79% -
HSV(B) 227.59º 0.25% 0.9% -
XYZ 48.44 48.76 81.72 -
YUV 185.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 172 184 230 0.25 0.2 0 0.10 227.59 0.54 0.79
Hex AC B8 E6 19 14 0 A E4 36 4F
Octal 254 270 346 31 24 0 12 344 66 117
Binary 10101100 10111000 11100110 11001 10100 0 1010 11100100 110110 1001111

Color Harmonies of #ACB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8E6

Black with #ACB8E6

Text Example


Text Example

White with #ACB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8E6; }

 p { color: rgb(172,184,230); }

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

background-color css

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

 a { background-color: rgb(172,184,230); }

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

border-color css

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

 span { border-color: rgb(172,184,230); }

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