Html Css Color HEX #AFB8DE Perano

📋 copy color: '#AFB8DE'

red 175 ◦ green 184 ◦ blue 222

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

Shades of Perano #AFB8DE

Tints of Perano #AFB8DE

RGB

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

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

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

R = 30.12%
G = 31.67%
B = 38.21%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AFB8DE (or 0xAFB8DE) is known color: Perano. HEX triplet: AF, B8 and DE. RGB value is (175,184,222). Sum of RGB (Red+Green+Blue) = 175+184+222=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFB8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8DE is #504721. Grayscale: #B9B9B9. Windows color (decimal): -5261090 or 14596271. OLE color: 14596271.

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

Color convert

RGB 175 184 222 -
CMYK 0.21 0.17 0 0.13
HSL 228.51º 0.42% 0.78% -
HSV(B) 228.51º 0.21% 0.87% -
XYZ 48 48.67 75.97 -
YUV 185.64 148.52 120.41 -
System Red Green Blue C M Y K H S L
Decimal 175 184 222 0.21 0.17 0 0.13 228.51 0.42 0.78
Hex AF B8 DE 15 11 0 D E5 2A 4E
Octal 257 270 336 25 21 0 15 345 52 116
Binary 10101111 10111000 11011110 10101 10001 0 1101 11100101 101010 1001110

Color Harmonies of #AFB8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8DE

Black with #AFB8DE

Text Example


Text Example

White with #AFB8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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