Html Css Color HEX #ACB0FB Perano

📋 copy color: '#ACB0FB'

red 172 ◦ green 176 ◦ blue 251

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

Shades of Perano #ACB0FB

Tints of Perano #ACB0FB

RGB

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

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

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

R = 28.71%
G = 29.38%
B = 41.9%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACB0FB (or 0xACB0FB) is known color: Perano. HEX triplet: AC, B0 and FB. RGB value is (172,176,251). Sum of RGB (Red+Green+Blue) = 172+176+251=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACB0FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB0FB is #534F04. Grayscale: #B7B7B7. Windows color (decimal): -5459717 or 16494764. OLE color: 16494764.

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

Color convert

RGB 172 176 251 -
CMYK 0.31 0.30 0 0.02
HSL 236.96º 0.91% 0.83% -
HSV(B) 236.96º 0.31% 0.98% -
XYZ 49.95 46.79 97.66 -
YUV 183.35 166.17 119.9 -
System Red Green Blue C M Y K H S L
Decimal 172 176 251 0.31 0.30 0 0.02 236.96 0.91 0.83
Hex AC B0 FB 1F 1E 0 2 ED 5B 53
Octal 254 260 373 37 36 0 2 355 133 123
Binary 10101100 10110000 11111011 11111 11110 0 10 11101101 1011011 1010011

Color Harmonies of #ACB0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB0FB

Black with #ACB0FB

Text Example


Text Example

White with #ACB0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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