Html Css Color HEX #AFB8DB Perano

📋 copy color: '#AFB8DB'

red 175 ◦ green 184 ◦ blue 219

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

Shades of Perano #AFB8DB

Tints of Perano #AFB8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.83%

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

R = 30.28%
G = 31.83%
B = 37.89%

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

#AFB8DB (or 0xAFB8DB) is known color: Perano. HEX triplet: AF, B8 and DB. RGB value is (175,184,219). Sum of RGB (Red+Green+Blue) = 175+184+219=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8DB is #504724. Grayscale: #B9B9B9. Windows color (decimal): -5261093 or 14399663. OLE color: 14399663.

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

Color convert

RGB 175 184 219 -
CMYK 0.20 0.16 0 0.14
HSL 227.73º 0.38% 0.77% -
HSV(B) 227.73º 0.2% 0.86% -
XYZ 47.61 48.51 73.87 -
YUV 185.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 175 184 219 0.20 0.16 0 0.14 227.73 0.38 0.77
Hex AF B8 DB 14 10 0 E E4 26 4D
Octal 257 270 333 24 20 0 16 344 46 115
Binary 10101111 10111000 11011011 10100 10000 0 1110 11100100 100110 1001101

Color Harmonies of #AFB8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8DB

Black with #AFB8DB

Text Example


Text Example

White with #AFB8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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