Html Css Color HEX #AFBADB Perano

📋 copy color: '#AFBADB'

red 175 ◦ green 186 ◦ blue 219

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

Shades of Perano #AFBADB

Tints of Perano #AFBADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

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

R = 30.17%
G = 32.07%
B = 37.76%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFBADB (or 0xAFBADB) is known color: Perano. HEX triplet: AF, BA and DB. RGB value is (175,186,219). Sum of RGB (Red+Green+Blue) = 175+186+219=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBADB is #504524. Grayscale: #BABABA. Windows color (decimal): -5260581 or 14400175. OLE color: 14400175.

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

Color convert

RGB 175 186 219 -
CMYK 0.20 0.15 0 0.14
HSL 225º 0.38% 0.77% -
HSV(B) 225º 0.2% 0.86% -
XYZ 48.02 49.35 74.01 -
YUV 186.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 175 186 219 0.20 0.15 0 0.14 225 0.38 0.77
Hex AF BA DB 14 F 0 E E1 26 4D
Octal 257 272 333 24 17 0 16 341 46 115
Binary 10101111 10111010 11011011 10100 1111 0 1110 11100001 100110 1001101

Color Harmonies of #AFBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBADB

Black with #AFBADB

Text Example


Text Example

White with #AFBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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