Html Css Color HEX #AFBDDE Perano

📋 copy color: '#AFBDDE'

red 175 ◦ green 189 ◦ blue 222

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

Shades of Perano #AFBDDE

Tints of Perano #AFBDDE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

 BLUE value IS 222 (87.11% from 255) = 37.88%

R = 29.86%
G = 32.25%
B = 37.88%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFBDDE (or 0xAFBDDE) is known color: Perano. HEX triplet: AF, BD and DE. RGB value is (175,189,222). Sum of RGB (Red+Green+Blue) = 175+189+222=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFBDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDDE is #504221. Grayscale: #BCBCBC. Windows color (decimal): -5259810 or 14597551. OLE color: 14597551.

HSL color Cylindrical-coordinate representation of color #AFBDDE: hue angle of 222.13º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBDDE is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 189 222 -
CMYK 0.21 0.15 0 0.13
HSL 222.13º 0.42% 0.78% -
HSV(B) 222.13º 0.21% 0.87% -
XYZ 49.06 50.78 76.32 -
YUV 188.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 175 189 222 0.21 0.15 0 0.13 222.13 0.42 0.78
Hex AF BD DE 15 F 0 D DE 2A 4E
Octal 257 275 336 25 17 0 15 336 52 116
Binary 10101111 10111101 11011110 10101 1111 0 1101 11011110 101010 1001110

Color Harmonies of #AFBDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDDE

Black with #AFBDDE

Text Example


Text Example

White with #AFBDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDDE; }

 p { color: rgb(175,189,222); }

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

background-color css

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

 a { background-color: rgb(175,189,222); }

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

border-color css

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

 span { border-color: rgb(175,189,222); }

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