Html Css Color HEX #A9BEFD Perano

📋 copy color: '#A9BEFD'

red 169 ◦ green 190 ◦ blue 253

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

Shades of Perano #A9BEFD

Tints of Perano #A9BEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.34%

R = 27.61%
G = 31.05%
B = 41.34%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A9BEFD (or 0xA9BEFD) is known color: Perano. HEX triplet: A9, BE and FD. RGB value is (169,190,253). Sum of RGB (Red+Green+Blue) = 169+190+253=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #A9BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9BEFD is #564102. Grayscale: #BEBEBE. Windows color (decimal): -5652739 or 16629417. OLE color: 16629417.

HSL color Cylindrical-coordinate representation of color #A9BEFD: hue angle of 225º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9BEFD is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 190 253 -
CMYK 0.33 0.25 0 0.01
HSL 225º 0.95% 0.83% -
HSV(B) 225º 0.33% 0.99% -
XYZ 52.51 52.35 100.27 -
YUV 190.9 163.04 112.38 -
System Red Green Blue C M Y K H S L
Decimal 169 190 253 0.33 0.25 0 0.01 225 0.95 0.83
Hex A9 BE FD 21 19 0 1 E1 5F 53
Octal 251 276 375 41 31 0 1 341 137 123
Binary 10101001 10111110 11111101 100001 11001 0 1 11100001 1011111 1010011

Color Harmonies of #A9BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BEFD

Black with #A9BEFD

Text Example


Text Example

White with #A9BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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