Html Css Color HEX #ACB0F9 Perano

📋 copy color: '#ACB0F9'

red 172 ◦ green 176 ◦ blue 249

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

Shades of Perano #ACB0F9

Tints of Perano #ACB0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.71%

R = 28.81%
G = 29.48%
B = 41.71%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACB0F9 (or 0xACB0F9) is known color: Perano. HEX triplet: AC, B0 and F9. RGB value is (172,176,249). Sum of RGB (Red+Green+Blue) = 172+176+249=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACB0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0F9 is #534F06. Grayscale: #B6B6B6. Windows color (decimal): -5459719 or 16363692. OLE color: 16363692.

HSL color Cylindrical-coordinate representation of color #ACB0F9: hue angle of 236.88º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB0F9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 176 249 -
CMYK 0.31 0.29 0 0.02
HSL 236.88º 0.87% 0.83% -
HSV(B) 236.88º 0.31% 0.98% -
XYZ 49.64 46.66 96.01 -
YUV 183.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 172 176 249 0.31 0.29 0 0.02 236.88 0.87 0.83
Hex AC B0 F9 1F 1D 0 2 ED 57 53
Octal 254 260 371 37 35 0 2 355 127 123
Binary 10101100 10110000 11111001 11111 11101 0 10 11101101 1010111 1010011

Color Harmonies of #ACB0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0F9

Black with #ACB0F9

Text Example


Text Example

White with #ACB0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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