Html Css Color HEX #A0BEFA Perano

📋 copy color: '#A0BEFA'

red 160 ◦ green 190 ◦ blue 250

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

Shades of Perano #A0BEFA

Tints of Perano #A0BEFA

RGB

 RED value IS 160 (62.89% from 255) = 26.67%

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

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 26.67%
G = 31.67%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A0BEFA (or 0xA0BEFA) is known color: Perano. HEX triplet: A0, BE and FA. RGB value is (160,190,250). Sum of RGB (Red+Green+Blue) = 160+190+250=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #A0BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BEFA is #5F4105. Grayscale: #BBBBBB. Windows color (decimal): -6242566 or 16432800. OLE color: 16432800.

HSL color Cylindrical-coordinate representation of color #A0BEFA: hue angle of 220º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0BEFA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 190 250 -
CMYK 0.36 0.24 0 0.02
HSL 220º 0.9% 0.8% -
HSV(B) 220º 0.36% 0.98% -
XYZ 50.17 51.2 97.68 -
YUV 187.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 160 190 250 0.36 0.24 0 0.02 220 0.9 0.8
Hex A0 BE FA 24 18 0 2 DC 5A 50
Octal 240 276 372 44 30 0 2 334 132 120
Binary 10100000 10111110 11111010 100100 11000 0 10 11011100 1011010 1010000

Color Harmonies of #A0BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BEFA

Black with #A0BEFA

Text Example


Text Example

White with #A0BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BEFA; }

 p { color: rgb(160,190,250); }

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

background-color css

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

 a { background-color: rgb(160,190,250); }

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

border-color css

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

 span { border-color: rgb(160,190,250); }

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