Html Css Color HEX #ACB0F1 Perano

📋 copy color: '#ACB0F1'

red 172 ◦ green 176 ◦ blue 241

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

Shades of Perano #ACB0F1

Tints of Perano #ACB0F1

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.88%

 BLUE value IS 241 (94.53% from 255) = 40.92%

R = 29.2%
G = 29.88%
B = 40.92%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACB0F1 (or 0xACB0F1) is known color: Perano. HEX triplet: AC, B0 and F1. RGB value is (172,176,241). Sum of RGB (Red+Green+Blue) = 172+176+241=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACB0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F1 is #534F0E. Grayscale: #B5B5B5. Windows color (decimal): -5459727 or 15839404. OLE color: 15839404.

HSL color Cylindrical-coordinate representation of color #ACB0F1: hue angle of 236.52º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACB0F1 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 176 241 -
CMYK 0.29 0.27 0 0.05
HSL 236.52º 0.71% 0.81% -
HSV(B) 236.52º 0.29% 0.95% -
XYZ 48.42 46.17 89.58 -
YUV 182.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 172 176 241 0.29 0.27 0 0.05 236.52 0.71 0.81
Hex AC B0 F1 1D 1B 0 5 ED 47 51
Octal 254 260 361 35 33 0 5 355 107 121
Binary 10101100 10110000 11110001 11101 11011 0 101 11101101 1000111 1010001

Color Harmonies of #ACB0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0F1

Black with #ACB0F1

Text Example


Text Example

White with #ACB0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0F1; }

 p { color: rgb(172,176,241); }

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

background-color css

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

 a { background-color: rgb(172,176,241); }

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

border-color css

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

 span { border-color: rgb(172,176,241); }

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