Html Css Color HEX #AFB6DF Perano

📋 copy color: '#AFB6DF'

red 175 ◦ green 182 ◦ blue 223

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

Shades of Perano #AFB6DF

Tints of Perano #AFB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.38%

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

R = 30.17%
G = 31.38%
B = 38.45%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB6DF (or 0xAFB6DF) is known color: Perano. HEX triplet: AF, B6 and DF. RGB value is (175,182,223). Sum of RGB (Red+Green+Blue) = 175+182+223=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6DF is #504920. Grayscale: #B8B8B8. Windows color (decimal): -5261601 or 14661295. OLE color: 14661295.

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

Color convert

RGB 175 182 223 -
CMYK 0.22 0.18 0 0.13
HSL 231.25º 0.43% 0.78% -
HSV(B) 231.25º 0.22% 0.87% -
XYZ 47.73 47.9 76.54 -
YUV 184.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 175 182 223 0.22 0.18 0 0.13 231.25 0.43 0.78
Hex AF B6 DF 16 12 0 D E7 2B 4E
Octal 257 266 337 26 22 0 15 347 53 116
Binary 10101111 10110110 11011111 10110 10010 0 1101 11100111 101011 1001110

Color Harmonies of #AFB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6DF

Black with #AFB6DF

Text Example


Text Example

White with #AFB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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