Html Css Color HEX #AFB4DF Perano

📋 copy color: '#AFB4DF'

red 175 ◦ green 180 ◦ blue 223

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

Shades of Perano #AFB4DF

Tints of Perano #AFB4DF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.14%

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

R = 30.28%
G = 31.14%
B = 38.58%

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

#AFB4DF (or 0xAFB4DF) is known color: Perano. HEX triplet: AF, B4 and DF. RGB value is (175,180,223). Sum of RGB (Red+Green+Blue) = 175+180+223=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #AFB4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4DF is #504B20. Grayscale: #B7B7B7. Windows color (decimal): -5262113 or 14660783. OLE color: 14660783.

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

Color convert

RGB 175 180 223 -
CMYK 0.22 0.19 0 0.13
HSL 233.75º 0.43% 0.78% -
HSV(B) 233.75º 0.22% 0.87% -
XYZ 47.32 47.08 76.41 -
YUV 183.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 175 180 223 0.22 0.19 0 0.13 233.75 0.43 0.78
Hex AF B4 DF 16 13 0 D EA 2B 4E
Octal 257 264 337 26 23 0 15 352 53 116
Binary 10101111 10110100 11011111 10110 10011 0 1101 11101010 101011 1001110

Color Harmonies of #AFB4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4DF

Black with #AFB4DF

Text Example


Text Example

White with #AFB4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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