Html Css Color HEX #AFBFEA Perano

📋 copy color: '#AFBFEA'

red 175 ◦ green 191 ◦ blue 234

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

Shades of Perano #AFBFEA

Tints of Perano #AFBFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.83%

 BLUE value IS 234 (91.8% from 255) = 39%

R = 29.17%
G = 31.83%
B = 39%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFBFEA (or 0xAFBFEA) is known color: Perano. HEX triplet: AF, BF and EA. RGB value is (175,191,234). Sum of RGB (Red+Green+Blue) = 175+191+234=600 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.17% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFEA is #504015. Grayscale: #BEBEBE. Windows color (decimal): -5259286 or 15384495. OLE color: 15384495.

HSL color Cylindrical-coordinate representation of color #AFBFEA: hue angle of 223.73º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBFEA is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 191 234 -
CMYK 0.25 0.18 0 0.08
HSL 223.73º 0.58% 0.8% -
HSV(B) 223.73º 0.25% 0.92% -
XYZ 51.16 52.32 85.24 -
YUV 191.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 175 191 234 0.25 0.18 0 0.08 223.73 0.58 0.8
Hex AF BF EA 19 12 0 8 E0 3A 50
Octal 257 277 352 31 22 0 10 340 72 120
Binary 10101111 10111111 11101010 11001 10010 0 1000 11100000 111010 1010000

Color Harmonies of #AFBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFEA

Black with #AFBFEA

Text Example


Text Example

White with #AFBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFEA; }

 p { color: rgb(175,191,234); }

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

background-color css

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

 a { background-color: rgb(175,191,234); }

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

border-color css

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

 span { border-color: rgb(175,191,234); }

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