Html Css Color HEX #AFB9DF Perano

📋 copy color: '#AFB9DF'

red 175 ◦ green 185 ◦ blue 223

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

Shades of Perano #AFB9DF

Tints of Perano #AFB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.73%

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

R = 30.02%
G = 31.73%
B = 38.25%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB9DF (or 0xAFB9DF) is known color: Perano. HEX triplet: AF, B9 and DF. RGB value is (175,185,223). Sum of RGB (Red+Green+Blue) = 175+185+223=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 185 (72.66% from 255 or 31.73% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9DF is #504620. Grayscale: #BABABA. Windows color (decimal): -5260833 or 14662063. OLE color: 14662063.

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

Color convert

RGB 175 185 223 -
CMYK 0.22 0.17 0 0.13
HSL 227.5º 0.43% 0.78% -
HSV(B) 227.5º 0.22% 0.87% -
XYZ 48.35 49.14 76.75 -
YUV 186.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 175 185 223 0.22 0.17 0 0.13 227.5 0.43 0.78
Hex AF B9 DF 16 11 0 D E4 2B 4E
Octal 257 271 337 26 21 0 15 344 53 116
Binary 10101111 10111001 11011111 10110 10001 0 1101 11100100 101011 1001110

Color Harmonies of #AFB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9DF

Black with #AFB9DF

Text Example


Text Example

White with #AFB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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