Html Css Color HEX #A8BEFE Perano

📋 copy color: '#A8BEFE'

red 168 ◦ green 190 ◦ blue 254

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

Shades of Perano #A8BEFE

Tints of Perano #A8BEFE

RGB

 RED value IS 168 (66.02% from 255) = 27.45%

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

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

R = 27.45%
G = 31.05%
B = 41.5%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A8BEFE (or 0xA8BEFE) is known color: Perano. HEX triplet: A8, BE and FE. RGB value is (168,190,254). Sum of RGB (Red+Green+Blue) = 168+190+254=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFE is #574101. Grayscale: #BEBEBE. Windows color (decimal): -5718274 or 16694952. OLE color: 16694952.

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

Color convert

RGB 168 190 254 -
CMYK 0.34 0.25 0 0.00
HSL 224.65º 0.98% 0.83% -
HSV(B) 224.65º 0.34% 1% -
XYZ 52.45 52.31 101.1 -
YUV 190.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 168 190 254 0.34 0.25 0 0.00 224.65 0.98 0.83
Hex A8 BE FE 22 19 0 0 E1 62 53
Octal 250 276 376 42 31 0 0 341 142 123
Binary 10101000 10111110 11111110 100010 11001 0 0 11100001 1100010 1010011

Color Harmonies of #A8BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEFE

Black with #A8BEFE

Text Example


Text Example

White with #A8BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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