Html Css Color HEX #AFB2DB Perano

📋 copy color: '#AFB2DB'

red 175 ◦ green 178 ◦ blue 219

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

Shades of Perano #AFB2DB

Tints of Perano #AFB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

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

R = 30.59%
G = 31.12%
B = 38.29%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFB2DB (or 0xAFB2DB) is known color: Perano. HEX triplet: AF, B2 and DB. RGB value is (175,178,219). Sum of RGB (Red+Green+Blue) = 175+178+219=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2DB is #504D24. Grayscale: #B5B5B5. Windows color (decimal): -5262629 or 14398127. OLE color: 14398127.

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

Color convert

RGB 175 178 219 -
CMYK 0.20 0.19 0 0.14
HSL 235.91º 0.38% 0.77% -
HSV(B) 235.91º 0.2% 0.86% -
XYZ 46.39 46.07 73.47 -
YUV 181.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 175 178 219 0.20 0.19 0 0.14 235.91 0.38 0.77
Hex AF B2 DB 14 13 0 E EC 26 4D
Octal 257 262 333 24 23 0 16 354 46 115
Binary 10101111 10110010 11011011 10100 10011 0 1110 11101100 100110 1001101

Color Harmonies of #AFB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2DB

Black with #AFB2DB

Text Example


Text Example

White with #AFB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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