Html Css Color HEX #ACB2F0 Perano

📋 copy color: '#ACB2F0'

red 172 ◦ green 178 ◦ blue 240

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

Shades of Perano #ACB2F0

Tints of Perano #ACB2F0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.17%

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

R = 29.15%
G = 30.17%
B = 40.68%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACB2F0 (or 0xACB2F0) is known color: Perano. HEX triplet: AC, B2 and F0. RGB value is (172,178,240). Sum of RGB (Red+Green+Blue) = 172+178+240=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB2F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2F0 is #534D0F. Grayscale: #B7B7B7. Windows color (decimal): -5459216 or 15774380. OLE color: 15774380.

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

Color convert

RGB 172 178 240 -
CMYK 0.28 0.26 0 0.06
HSL 234.71º 0.69% 0.81% -
HSV(B) 234.71º 0.28% 0.94% -
XYZ 48.66 46.9 88.93 -
YUV 183.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 172 178 240 0.28 0.26 0 0.06 234.71 0.69 0.81
Hex AC B2 F0 1C 1A 0 6 EB 45 51
Octal 254 262 360 34 32 0 6 353 105 121
Binary 10101100 10110010 11110000 11100 11010 0 110 11101011 1000101 1010001

Color Harmonies of #ACB2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2F0

Black with #ACB2F0

Text Example


Text Example

White with #ACB2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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