Html Css Color HEX #A3BDEB Perano

📋 copy color: '#A3BDEB'

red 163 ◦ green 189 ◦ blue 235

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

Shades of Perano #A3BDEB

Tints of Perano #A3BDEB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.2%

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 27.77%
G = 32.2%
B = 40.03%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A3BDEB (or 0xA3BDEB) is known color: Perano. HEX triplet: A3, BD and EB. RGB value is (163,189,235). Sum of RGB (Red+Green+Blue) = 163+189+235=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3BDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDEB is #5C4214. Grayscale: #BABABA. Windows color (decimal): -6046229 or 15449507. OLE color: 15449507.

HSL color Cylindrical-coordinate representation of color #A3BDEB: hue angle of 218.33º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3BDEB is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 163 189 235 -
CMYK 0.31 0.20 0 0.08
HSL 218.33º 0.64% 0.78% -
HSV(B) 218.33º 0.31% 0.92% -
XYZ 48.3 50.18 85.74 -
YUV 186.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 163 189 235 0.31 0.20 0 0.08 218.33 0.64 0.78
Hex A3 BD EB 1F 14 0 8 DA 40 4E
Octal 243 275 353 37 24 0 10 332 100 116
Binary 10100011 10111101 11101011 11111 10100 0 1000 11011010 1000000 1001110

Color Harmonies of #A3BDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDEB

Black with #A3BDEB

Text Example


Text Example

White with #A3BDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDEB; }

 p { color: rgb(163,189,235); }

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

background-color css

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

 a { background-color: rgb(163,189,235); }

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

border-color css

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

 span { border-color: rgb(163,189,235); }

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