Html Css Color HEX #ACC2FB Perano

📋 copy color: '#ACC2FB'

red 172 ◦ green 194 ◦ blue 251

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

Shades of Perano #ACC2FB

Tints of Perano #ACC2FB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.44%

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

R = 27.88%
G = 31.44%
B = 40.68%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACC2FB (or 0xACC2FB) is known color: Perano. HEX triplet: AC, C2 and FB. RGB value is (172,194,251). Sum of RGB (Red+Green+Blue) = 172+194+251=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC2FB is #533D04. Grayscale: #C1C1C1. Windows color (decimal): -5455109 or 16499372. OLE color: 16499372.

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

Color convert

RGB 172 194 251 -
CMYK 0.31 0.23 0 0.02
HSL 223.29º 0.91% 0.83% -
HSV(B) 223.29º 0.31% 0.98% -
XYZ 53.72 54.32 98.92 -
YUV 193.92 160.21 112.37 -
System Red Green Blue C M Y K H S L
Decimal 172 194 251 0.31 0.23 0 0.02 223.29 0.91 0.83
Hex AC C2 FB 1F 17 0 2 DF 5B 53
Octal 254 302 373 37 27 0 2 337 133 123
Binary 10101100 11000010 11111011 11111 10111 0 10 11011111 1011011 1010011

Color Harmonies of #ACC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC2FB

Black with #ACC2FB

Text Example


Text Example

White with #ACC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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