Html Css Color HEX #AFB0E4 Perano

📋 copy color: '#AFB0E4'

red 175 ◦ green 176 ◦ blue 228

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

Shades of Perano #AFB0E4

Tints of Perano #AFB0E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.38%

R = 30.22%
G = 30.4%
B = 39.38%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AFB0E4 (or 0xAFB0E4) is known color: Perano. HEX triplet: AF, B0 and E4. RGB value is (175,176,228). Sum of RGB (Red+Green+Blue) = 175+176+228=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 228 (89.45% from 255 or 39.38% from 579); Max value from RGB is 228 - color contains mainly: blue. Hex color #AFB0E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0E4 is #504F1B. Grayscale: #B5B5B5. Windows color (decimal): -5263132 or 14987439. OLE color: 14987439.

HSL color Cylindrical-coordinate representation of color #AFB0E4: hue angle of 238.87º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB0E4 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 176 228 -
CMYK 0.23 0.23 0 0.11
HSL 238.87º 0.5% 0.79% -
HSV(B) 238.87º 0.23% 0.89% -
XYZ 47.21 45.77 79.74 -
YUV 181.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 175 176 228 0.23 0.23 0 0.11 238.87 0.5 0.79
Hex AF B0 E4 17 17 0 B EF 32 4F
Octal 257 260 344 27 27 0 13 357 62 117
Binary 10101111 10110000 11100100 10111 10111 0 1011 11101111 110010 1001111

Color Harmonies of #AFB0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB0E4

Black with #AFB0E4

Text Example


Text Example

White with #AFB0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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