Html Css Color HEX #AFB1E5 Perano

📋 copy color: '#AFB1E5'

red 175 ◦ green 177 ◦ blue 229

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

Shades of Perano #AFB1E5

Tints of Perano #AFB1E5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.46%

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

R = 30.12%
G = 30.46%
B = 39.41%

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

#AFB1E5 (or 0xAFB1E5) is known color: Perano. HEX triplet: AF, B1 and E5. RGB value is (175,177,229). Sum of RGB (Red+Green+Blue) = 175+177+229=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1E5 is #504E1A. Grayscale: #B6B6B6. Windows color (decimal): -5262875 or 15053231. OLE color: 15053231.

HSL color Cylindrical-coordinate representation of color #AFB1E5: hue angle of 237.78º 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 #AFB1E5 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 177 229 -
CMYK 0.24 0.23 0 0.10
HSL 237.78º 0.51% 0.79% -
HSV(B) 237.78º 0.24% 0.9% -
XYZ 47.54 46.22 80.54 -
YUV 182.33 154.34 122.77 -
System Red Green Blue C M Y K H S L
Decimal 175 177 229 0.24 0.23 0 0.10 237.78 0.51 0.79
Hex AF B1 E5 18 17 0 A EE 33 4F
Octal 257 261 345 30 27 0 12 356 63 117
Binary 10101111 10110001 11100101 11000 10111 0 1010 11101110 110011 1001111

Color Harmonies of #AFB1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB1E5

Black with #AFB1E5

Text Example


Text Example

White with #AFB1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB1E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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