Html Css Color HEX #A9BEFB Perano

📋 copy color: '#A9BEFB'

red 169 ◦ green 190 ◦ blue 251

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

Shades of Perano #A9BEFB

Tints of Perano #A9BEFB

RGB

 RED value IS 169 (66.41% from 255) = 27.7%

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

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 27.7%
G = 31.15%
B = 41.15%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A9BEFB (or 0xA9BEFB) is known color: Perano. HEX triplet: A9, BE and FB. RGB value is (169,190,251). Sum of RGB (Red+Green+Blue) = 169+190+251=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #A9BEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BEFB is #564104. Grayscale: #BEBEBE. Windows color (decimal): -5652741 or 16498345. OLE color: 16498345.

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

Color convert

RGB 169 190 251 -
CMYK 0.33 0.24 0 0.02
HSL 224.63º 0.91% 0.82% -
HSV(B) 224.63º 0.33% 0.98% -
XYZ 52.19 52.23 98.6 -
YUV 190.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 169 190 251 0.33 0.24 0 0.02 224.63 0.91 0.82
Hex A9 BE FB 21 18 0 2 E1 5B 52
Octal 251 276 373 41 30 0 2 341 133 122
Binary 10101001 10111110 11111011 100001 11000 0 10 11100001 1011011 1010010

Color Harmonies of #A9BEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BEFB

Black with #A9BEFB

Text Example


Text Example

White with #A9BEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BEFB; }

 p { color: rgb(169,190,251); }

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

background-color css

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

 a { background-color: rgb(169,190,251); }

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

border-color css

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

 span { border-color: rgb(169,190,251); }

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