Html Css Color HEX #AFB6E1 Perano

📋 copy color: '#AFB6E1'

red 175 ◦ green 182 ◦ blue 225

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

Shades of Perano #AFB6E1

Tints of Perano #AFB6E1

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.27%

 BLUE value IS 225 (88.28% from 255) = 38.66%

R = 30.07%
G = 31.27%
B = 38.66%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AFB6E1 (or 0xAFB6E1) is known color: Perano. HEX triplet: AF, B6 and E1. RGB value is (175,182,225). Sum of RGB (Red+Green+Blue) = 175+182+225=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 225 - color contains mainly: blue. Hex color #AFB6E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6E1 is #50491E. Grayscale: #B8B8B8. Windows color (decimal): -5261599 or 14792367. OLE color: 14792367.

HSL color Cylindrical-coordinate representation of color #AFB6E1: hue angle of 231.6º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB6E1 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 182 225 -
CMYK 0.22 0.19 0 0.12
HSL 231.6º 0.45% 0.78% -
HSV(B) 231.6º 0.22% 0.88% -
XYZ 48 48.01 77.97 -
YUV 184.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 175 182 225 0.22 0.19 0 0.12 231.6 0.45 0.78
Hex AF B6 E1 16 13 0 C E8 2D 4E
Octal 257 266 341 26 23 0 14 350 55 116
Binary 10101111 10110110 11100001 10110 10011 0 1100 11101000 101101 1001110

Color Harmonies of #AFB6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB6E1

Black with #AFB6E1

Text Example


Text Example

White with #AFB6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB6E1; }

 p { color: rgb(175,182,225); }

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

background-color css

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

 a { background-color: rgb(175,182,225); }

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

border-color css

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

 span { border-color: rgb(175,182,225); }

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