Html Css Color HEX #ACB1F0 Perano

📋 copy color: '#ACB1F0'

red 172 ◦ green 177 ◦ blue 240

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

Shades of Perano #ACB1F0

Tints of Perano #ACB1F0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.05%

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

R = 29.2%
G = 30.05%
B = 40.75%

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

#ACB1F0 (or 0xACB1F0) is known color: Perano. HEX triplet: AC, B1 and F0. RGB value is (172,177,240). Sum of RGB (Red+Green+Blue) = 172+177+240=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #ACB1F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1F0 is #534E0F. Grayscale: #B6B6B6. Windows color (decimal): -5459472 or 15774124. OLE color: 15774124.

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

Color convert

RGB 172 177 240 -
CMYK 0.28 0.26 0 0.06
HSL 235.59º 0.69% 0.81% -
HSV(B) 235.59º 0.28% 0.94% -
XYZ 48.46 46.51 88.86 -
YUV 182.69 160.34 120.38 -
System Red Green Blue C M Y K H S L
Decimal 172 177 240 0.28 0.26 0 0.06 235.59 0.69 0.81
Hex AC B1 F0 1C 1A 0 6 EC 45 51
Octal 254 261 360 34 32 0 6 354 105 121
Binary 10101100 10110001 11110000 11100 11010 0 110 11101100 1000101 1010001

Color Harmonies of #ACB1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1F0

Black with #ACB1F0

Text Example


Text Example

White with #ACB1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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