Html Css Color HEX #ACB2FD Perano

📋 copy color: '#ACB2FD'

red 172 ◦ green 178 ◦ blue 253

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

Shades of Perano #ACB2FD

Tints of Perano #ACB2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.52%

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 28.52%
G = 29.52%
B = 41.96%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACB2FD (or 0xACB2FD) is known color: Perano. HEX triplet: AC, B2 and FD. RGB value is (172,178,253). Sum of RGB (Red+Green+Blue) = 172+178+253=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB2FD is #534D02. Grayscale: #B8B8B8. Windows color (decimal): -5459203 or 16626348. OLE color: 16626348.

HSL color Cylindrical-coordinate representation of color #ACB2FD: hue angle of 235.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB2FD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 178 253 -
CMYK 0.32 0.30 0 0.01
HSL 235.56º 0.95% 0.83% -
HSV(B) 235.56º 0.32% 0.99% -
XYZ 50.66 47.7 99.47 -
YUV 184.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 172 178 253 0.32 0.30 0 0.01 235.56 0.95 0.83
Hex AC B2 FD 20 1E 0 1 EC 5F 53
Octal 254 262 375 40 36 0 1 354 137 123
Binary 10101100 10110010 11111101 100000 11110 0 1 11101100 1011111 1010011

Color Harmonies of #ACB2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB2FD

Black with #ACB2FD

Text Example


Text Example

White with #ACB2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB2FD; }

 p { color: rgb(172,178,253); }

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

background-color css

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

 a { background-color: rgb(172,178,253); }

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

border-color css

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

 span { border-color: rgb(172,178,253); }

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