Html Css Color HEX #A3BEFD Perano

📋 copy color: '#A3BEFD'

red 163 ◦ green 190 ◦ blue 253

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

Shades of Perano #A3BEFD

Tints of Perano #A3BEFD

RGB

 RED value IS 163 (64.06% from 255) = 26.9%

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

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

R = 26.9%
G = 31.35%
B = 41.75%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A3BEFD (or 0xA3BEFD) is known color: Perano. HEX triplet: A3, BE and FD. RGB value is (163,190,253). Sum of RGB (Red+Green+Blue) = 163+190+253=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #A3BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BEFD is #5C4102. Grayscale: #BCBCBC. Windows color (decimal): -6045955 or 16629411. OLE color: 16629411.

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

Color convert

RGB 163 190 253 -
CMYK 0.36 0.25 0 0.01
HSL 222º 0.96% 0.82% -
HSV(B) 222º 0.36% 0.99% -
XYZ 51.25 51.71 100.21 -
YUV 189.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 163 190 253 0.36 0.25 0 0.01 222 0.96 0.82
Hex A3 BE FD 24 19 0 1 DE 60 52
Octal 243 276 375 44 31 0 1 336 140 122
Binary 10100011 10111110 11111101 100100 11001 0 1 11011110 1100000 1010010

Color Harmonies of #A3BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BEFD

Black with #A3BEFD

Text Example


Text Example

White with #A3BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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