Html Css Color HEX #AFB0E5 Perano

📋 copy color: '#AFB0E5'

red 175 ◦ green 176 ◦ blue 229

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

Shades of Perano #AFB0E5

Tints of Perano #AFB0E5

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.34%

 BLUE value IS 229 (89.84% from 255) = 39.48%

R = 30.17%
G = 30.34%
B = 39.48%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AFB0E5 (or 0xAFB0E5) is known color: Perano. HEX triplet: AF, B0 and E5. RGB value is (175,176,229). Sum of RGB (Red+Green+Blue) = 175+176+229=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB0E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0E5 is #504F1A. Grayscale: #B5B5B5. Windows color (decimal): -5263131 or 15052975. OLE color: 15052975.

HSL color Cylindrical-coordinate representation of color #AFB0E5: hue angle of 238.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB0E5 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 176 229 -
CMYK 0.24 0.23 0 0.10
HSL 238.89º 0.51% 0.79% -
HSV(B) 238.89º 0.24% 0.9% -
XYZ 47.35 45.82 80.48 -
YUV 181.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 175 176 229 0.24 0.23 0 0.10 238.89 0.51 0.79
Hex AF B0 E5 18 17 0 A EF 33 4F
Octal 257 260 345 30 27 0 12 357 63 117
Binary 10101111 10110000 11100101 11000 10111 0 1010 11101111 110011 1001111

Color Harmonies of #AFB0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0E5

Black with #AFB0E5

Text Example


Text Example

White with #AFB0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0E5; }

 p { color: rgb(175,176,229); }

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

background-color css

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

 a { background-color: rgb(175,176,229); }

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

border-color css

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

 span { border-color: rgb(175,176,229); }

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