Html Css Color HEX #ACB8F0 Perano

📋 copy color: '#ACB8F0'

red 172 ◦ green 184 ◦ blue 240

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

Shades of Perano #ACB8F0

Tints of Perano #ACB8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.27%

R = 28.86%
G = 30.87%
B = 40.27%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACB8F0 (or 0xACB8F0) is known color: Perano. HEX triplet: AC, B8 and F0. RGB value is (172,184,240). Sum of RGB (Red+Green+Blue) = 172+184+240=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB8F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB8F0 is #53470F. Grayscale: #BABABA. Windows color (decimal): -5457680 or 15775916. OLE color: 15775916.

HSL color Cylindrical-coordinate representation of color #ACB8F0: hue angle of 229.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACB8F0 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 184 240 -
CMYK 0.28 0.23 0 0.06
HSL 229.41º 0.69% 0.81% -
HSV(B) 229.41º 0.28% 0.94% -
XYZ 49.88 49.34 89.33 -
YUV 186.8 158.02 117.45 -
System Red Green Blue C M Y K H S L
Decimal 172 184 240 0.28 0.23 0 0.06 229.41 0.69 0.81
Hex AC B8 F0 1C 17 0 6 E5 45 51
Octal 254 270 360 34 27 0 6 345 105 121
Binary 10101100 10111000 11110000 11100 10111 0 110 11100101 1000101 1010001

Color Harmonies of #ACB8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB8F0

Black with #ACB8F0

Text Example


Text Example

White with #ACB8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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