Html Css Color HEX #AFB6DB Perano

📋 copy color: '#AFB6DB'

red 175 ◦ green 182 ◦ blue 219

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

Shades of Perano #AFB6DB

Tints of Perano #AFB6DB

RGB

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

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

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

R = 30.38%
G = 31.6%
B = 38.02%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFB6DB (or 0xAFB6DB) is known color: Perano. HEX triplet: AF, B6 and DB. RGB value is (175,182,219). Sum of RGB (Red+Green+Blue) = 175+182+219=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6DB is #504924. Grayscale: #B7B7B7. Windows color (decimal): -5261605 or 14399151. OLE color: 14399151.

HSL color Cylindrical-coordinate representation of color #AFB6DB: hue angle of 230.45º 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 #AFB6DB is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 182 219 -
CMYK 0.20 0.17 0 0.14
HSL 230.45º 0.38% 0.77% -
HSV(B) 230.45º 0.2% 0.86% -
XYZ 47.19 47.68 73.73 -
YUV 184.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 175 182 219 0.20 0.17 0 0.14 230.45 0.38 0.77
Hex AF B6 DB 14 11 0 E E6 26 4D
Octal 257 266 333 24 21 0 16 346 46 115
Binary 10101111 10110110 11011011 10100 10001 0 1110 11100110 100110 1001101

Color Harmonies of #AFB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6DB

Black with #AFB6DB

Text Example


Text Example

White with #AFB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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