Html Css Color HEX #ACBFFD Perano

📋 copy color: '#ACBFFD'

red 172 ◦ green 191 ◦ blue 253

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

Shades of Perano #ACBFFD

Tints of Perano #ACBFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 31.01%

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

R = 27.92%
G = 31.01%
B = 41.07%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACBFFD (or 0xACBFFD) is known color: Perano. HEX triplet: AC, BF and FD. RGB value is (172,191,253). Sum of RGB (Red+Green+Blue) = 172+191+253=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACBFFD is #534002. Grayscale: #C0C0C0. Windows color (decimal): -5455875 or 16629676. OLE color: 16629676.

HSL color Cylindrical-coordinate representation of color #ACBFFD: hue angle of 225.93º 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 #ACBFFD is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 191 253 -
CMYK 0.32 0.25 0 0.01
HSL 225.93º 0.95% 0.83% -
HSV(B) 225.93º 0.32% 0.99% -
XYZ 53.37 53.12 100.37 -
YUV 192.39 162.21 113.46 -
System Red Green Blue C M Y K H S L
Decimal 172 191 253 0.32 0.25 0 0.01 225.93 0.95 0.83
Hex AC BF FD 20 19 0 1 E2 5F 53
Octal 254 277 375 40 31 0 1 342 137 123
Binary 10101100 10111111 11111101 100000 11001 0 1 11100010 1011111 1010011

Color Harmonies of #ACBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFFD

Black with #ACBFFD

Text Example


Text Example

White with #ACBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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