Html Css Color HEX #ACB5FB Perano

📋 copy color: '#ACB5FB'

red 172 ◦ green 181 ◦ blue 251

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

Shades of Perano #ACB5FB

Tints of Perano #ACB5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.97%

 BLUE value IS 251 (98.44% from 255) = 41.56%

R = 28.48%
G = 29.97%
B = 41.56%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACB5FB (or 0xACB5FB) is known color: Perano. HEX triplet: AC, B5 and FB. RGB value is (172,181,251). Sum of RGB (Red+Green+Blue) = 172+181+251=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5FB is #534A04. Grayscale: #BABABA. Windows color (decimal): -5458437 or 16496044. OLE color: 16496044.

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

Color convert

RGB 172 181 251 -
CMYK 0.31 0.28 0 0.02
HSL 233.16º 0.91% 0.83% -
HSV(B) 233.16º 0.31% 0.98% -
XYZ 50.95 48.78 98 -
YUV 186.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 172 181 251 0.31 0.28 0 0.02 233.16 0.91 0.83
Hex AC B5 FB 1F 1C 0 2 E9 5B 53
Octal 254 265 373 37 34 0 2 351 133 123
Binary 10101100 10110101 11111011 11111 11100 0 10 11101001 1011011 1010011

Color Harmonies of #ACB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB5FB

Black with #ACB5FB

Text Example


Text Example

White with #ACB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB5FB; }

 p { color: rgb(172,181,251); }

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

background-color css

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

 a { background-color: rgb(172,181,251); }

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

border-color css

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

 span { border-color: rgb(172,181,251); }

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