Html Css Color HEX #AFB2DC Perano

📋 copy color: '#AFB2DC'

red 175 ◦ green 178 ◦ blue 220

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

Shades of Perano #AFB2DC

Tints of Perano #AFB2DC

RGB

 RED value IS 175 (68.75% from 255) = 30.54%

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

 BLUE value IS 220 (86.33% from 255) = 38.39%

R = 30.54%
G = 31.06%
B = 38.39%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFB2DC (or 0xAFB2DC) is known color: Perano. HEX triplet: AF, B2 and DC. RGB value is (175,178,220). Sum of RGB (Red+Green+Blue) = 175+178+220=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2DC is #504D23. Grayscale: #B5B5B5. Windows color (decimal): -5262628 or 14463663. OLE color: 14463663.

HSL color Cylindrical-coordinate representation of color #AFB2DC: hue angle of 236º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB2DC is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 178 220 -
CMYK 0.20 0.19 0 0.14
HSL 236º 0.39% 0.77% -
HSV(B) 236º 0.2% 0.86% -
XYZ 46.52 46.12 74.16 -
YUV 181.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 175 178 220 0.20 0.19 0 0.14 236 0.39 0.77
Hex AF B2 DC 14 13 0 E EC 27 4D
Octal 257 262 334 24 23 0 16 354 47 115
Binary 10101111 10110010 11011100 10100 10011 0 1110 11101100 100111 1001101

Color Harmonies of #AFB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2DC

Black with #AFB2DC

Text Example


Text Example

White with #AFB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2DC; }

 p { color: rgb(175,178,220); }

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

background-color css

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

 a { background-color: rgb(175,178,220); }

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

border-color css

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

 span { border-color: rgb(175,178,220); }

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