Html Css Color HEX #AFB5DF Perano

📋 copy color: '#AFB5DF'

red 175 ◦ green 181 ◦ blue 223

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

Shades of Perano #AFB5DF

Tints of Perano #AFB5DF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.26%

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

R = 30.22%
G = 31.26%
B = 38.51%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB5DF (or 0xAFB5DF) is known color: Perano. HEX triplet: AF, B5 and DF. RGB value is (175,181,223). Sum of RGB (Red+Green+Blue) = 175+181+223=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5DF is #504A20. Grayscale: #B7B7B7. Windows color (decimal): -5261857 or 14661039. OLE color: 14661039.

HSL color Cylindrical-coordinate representation of color #AFB5DF: hue angle of 232.5º 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 #AFB5DF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 181 223 -
CMYK 0.22 0.19 0 0.13
HSL 232.5º 0.43% 0.78% -
HSV(B) 232.5º 0.22% 0.87% -
XYZ 47.52 47.49 76.47 -
YUV 183.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 175 181 223 0.22 0.19 0 0.13 232.5 0.43 0.78
Hex AF B5 DF 16 13 0 D E8 2B 4E
Octal 257 265 337 26 23 0 15 350 53 116
Binary 10101111 10110101 11011111 10110 10011 0 1101 11101000 101011 1001110

Color Harmonies of #AFB5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB5DF

Black with #AFB5DF

Text Example


Text Example

White with #AFB5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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