Html Css Color HEX #AFB9DB Perano

📋 copy color: '#AFB9DB'

red 175 ◦ green 185 ◦ blue 219

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

Shades of Perano #AFB9DB

Tints of Perano #AFB9DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 30.22%
G = 31.95%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFB9DB (or 0xAFB9DB) is known color: Perano. HEX triplet: AF, B9 and DB. RGB value is (175,185,219). Sum of RGB (Red+Green+Blue) = 175+185+219=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9DB is #504624. Grayscale: #B9B9B9. Windows color (decimal): -5260837 or 14399919. OLE color: 14399919.

HSL color Cylindrical-coordinate representation of color #AFB9DB: hue angle of 226.36º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB9DB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 185 219 -
CMYK 0.20 0.16 0 0.14
HSL 226.36º 0.38% 0.77% -
HSV(B) 226.36º 0.2% 0.86% -
XYZ 47.81 48.93 73.94 -
YUV 185.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 175 185 219 0.20 0.16 0 0.14 226.36 0.38 0.77
Hex AF B9 DB 14 10 0 E E2 26 4D
Octal 257 271 333 24 20 0 16 342 46 115
Binary 10101111 10111001 11011011 10100 10000 0 1110 11100010 100110 1001101

Color Harmonies of #AFB9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9DB

Black with #AFB9DB

Text Example


Text Example

White with #AFB9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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