Html Css Color HEX #AFB2DF Perano

📋 copy color: '#AFB2DF'

red 175 ◦ green 178 ◦ blue 223

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

Shades of Perano #AFB2DF

Tints of Perano #AFB2DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 30.38%
G = 30.9%
B = 38.72%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB2DF (or 0xAFB2DF) is known color: Perano. HEX triplet: AF, B2 and DF. RGB value is (175,178,223). Sum of RGB (Red+Green+Blue) = 175+178+223=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2DF is #504D20. Grayscale: #B6B6B6. Windows color (decimal): -5262625 or 14660271. OLE color: 14660271.

HSL color Cylindrical-coordinate representation of color #AFB2DF: hue angle of 236.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB2DF is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 178 223 -
CMYK 0.22 0.20 0 0.13
HSL 236.25º 0.43% 0.78% -
HSV(B) 236.25º 0.22% 0.87% -
XYZ 46.92 46.28 76.27 -
YUV 182.23 151.01 122.84 -
System Red Green Blue C M Y K H S L
Decimal 175 178 223 0.22 0.20 0 0.13 236.25 0.43 0.78
Hex AF B2 DF 16 14 0 D EC 2B 4E
Octal 257 262 337 26 24 0 15 354 53 116
Binary 10101111 10110010 11011111 10110 10100 0 1101 11101100 101011 1001110

Color Harmonies of #AFB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2DF

Black with #AFB2DF

Text Example


Text Example

White with #AFB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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