Html Css Color HEX #AFBEFE Perano

📋 copy color: '#AFBEFE'

red 175 ◦ green 190 ◦ blue 254

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

Shades of Perano #AFBEFE

Tints of Perano #AFBEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.69%

 BLUE value IS 254 (99.61% from 255) = 41.03%

R = 28.27%
G = 30.69%
B = 41.03%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AFBEFE (or 0xAFBEFE) is known color: Perano. HEX triplet: AF, BE and FE. RGB value is (175,190,254). Sum of RGB (Red+Green+Blue) = 175+190+254=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFBEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEFE is #504101. Grayscale: #C0C0C0. Windows color (decimal): -5259522 or 16694959. OLE color: 16694959.

HSL color Cylindrical-coordinate representation of color #AFBEFE: hue angle of 228.61º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBEFE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 190 254 -
CMYK 0.31 0.25 0 0.00
HSL 228.61º 0.98% 0.84% -
HSV(B) 228.61º 0.31% 1% -
XYZ 53.98 53.1 101.17 -
YUV 192.81 162.53 115.3 -
System Red Green Blue C M Y K H S L
Decimal 175 190 254 0.31 0.25 0 0.00 228.61 0.98 0.84
Hex AF BE FE 1F 19 0 0 E5 62 54
Octal 257 276 376 37 31 0 0 345 142 124
Binary 10101111 10111110 11111110 11111 11001 0 0 11100101 1100010 1010100

Color Harmonies of #AFBEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEFE

Black with #AFBEFE

Text Example


Text Example

White with #AFBEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEFE; }

 p { color: rgb(175,190,254); }

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

background-color css

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

 a { background-color: rgb(175,190,254); }

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

border-color css

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

 span { border-color: rgb(175,190,254); }

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