Html Css Color HEX #ACB1F9 Perano

📋 copy color: '#ACB1F9'

red 172 ◦ green 177 ◦ blue 249

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

Shades of Perano #ACB1F9

Tints of Perano #ACB1F9

RGB

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

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

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

R = 28.76%
G = 29.6%
B = 41.64%

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

#ACB1F9 (or 0xACB1F9) is known color: Perano. HEX triplet: AC, B1 and F9. RGB value is (172,177,249). Sum of RGB (Red+Green+Blue) = 172+177+249=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 249 (97.66% from 255 or 41.64% from 598); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACB1F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1F9 is #534E06. Grayscale: #B7B7B7. Windows color (decimal): -5459463 or 16363948. OLE color: 16363948.

HSL color Cylindrical-coordinate representation of color #ACB1F9: hue angle of 236.1º 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 #ACB1F9 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 177 249 -
CMYK 0.31 0.29 0 0.02
HSL 236.1º 0.87% 0.83% -
HSV(B) 236.1º 0.31% 0.98% -
XYZ 49.83 47.05 96.08 -
YUV 183.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 172 177 249 0.31 0.29 0 0.02 236.1 0.87 0.83
Hex AC B1 F9 1F 1D 0 2 EC 57 53
Octal 254 261 371 37 35 0 2 354 127 123
Binary 10101100 10110001 11111001 11111 11101 0 10 11101100 1010111 1010011

Color Harmonies of #ACB1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB1F9

Black with #ACB1F9

Text Example


Text Example

White with #ACB1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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