Html Css Color HEX #A3BCEC Perano

📋 copy color: '#A3BCEC'

red 163 ◦ green 188 ◦ blue 236

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

Shades of Perano #A3BCEC

Tints of Perano #A3BCEC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.03%

 BLUE value IS 236 (92.58% from 255) = 40.2%

R = 27.77%
G = 32.03%
B = 40.2%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A3BCEC (or 0xA3BCEC) is known color: Perano. HEX triplet: A3, BC and EC. RGB value is (163,188,236). Sum of RGB (Red+Green+Blue) = 163+188+236=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #A3BCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BCEC is #5C4313. Grayscale: #B9B9B9. Windows color (decimal): -6046484 or 15514787. OLE color: 15514787.

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

Color convert

RGB 163 188 236 -
CMYK 0.31 0.20 0 0.07
HSL 219.45º 0.66% 0.78% -
HSV(B) 219.45º 0.31% 0.93% -
XYZ 48.23 49.81 86.43 -
YUV 186 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 163 188 236 0.31 0.20 0 0.07 219.45 0.66 0.78
Hex A3 BC EC 1F 14 0 7 DB 42 4E
Octal 243 274 354 37 24 0 7 333 102 116
Binary 10100011 10111100 11101100 11111 10100 0 111 11011011 1000010 1001110

Color Harmonies of #A3BCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BCEC

Black with #A3BCEC

Text Example


Text Example

White with #A3BCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BCEC; }

 p { color: rgb(163,188,236); }

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

background-color css

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

 a { background-color: rgb(163,188,236); }

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

border-color css

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

 span { border-color: rgb(163,188,236); }

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