Html Css Color HEX #A8BEF6 Perano

📋 copy color: '#A8BEF6'

red 168 ◦ green 190 ◦ blue 246

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

Shades of Perano #A8BEF6

Tints of Perano #A8BEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.73%

R = 27.81%
G = 31.46%
B = 40.73%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A8BEF6 (or 0xA8BEF6) is known color: Perano. HEX triplet: A8, BE and F6. RGB value is (168,190,246). Sum of RGB (Red+Green+Blue) = 168+190+246=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8BEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEF6 is #574109. Grayscale: #BDBDBD. Windows color (decimal): -5718282 or 16170664. OLE color: 16170664.

HSL color Cylindrical-coordinate representation of color #A8BEF6: hue angle of 223.08º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8BEF6 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 190 246 -
CMYK 0.32 0.23 0 0.04
HSL 223.08º 0.81% 0.81% -
HSV(B) 223.08º 0.32% 0.96% -
XYZ 51.2 51.81 94.49 -
YUV 189.81 159.71 112.45 -
System Red Green Blue C M Y K H S L
Decimal 168 190 246 0.32 0.23 0 0.04 223.08 0.81 0.81
Hex A8 BE F6 20 17 0 4 DF 51 51
Octal 250 276 366 40 27 0 4 337 121 121
Binary 10101000 10111110 11110110 100000 10111 0 100 11011111 1010001 1010001

Color Harmonies of #A8BEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEF6

Black with #A8BEF6

Text Example


Text Example

White with #A8BEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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