Html Css Color HEX #A5BCEA Perano

📋 copy color: '#A5BCEA'

red 165 ◦ green 188 ◦ blue 234

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

Shades of Perano #A5BCEA

Tints of Perano #A5BCEA

RGB

 RED value IS 165 (64.84% from 255) = 28.11%

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

 BLUE value IS 234 (91.8% from 255) = 39.86%

R = 28.11%
G = 32.03%
B = 39.86%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A5BCEA (or 0xA5BCEA) is known color: Perano. HEX triplet: A5, BC and EA. RGB value is (165,188,234). Sum of RGB (Red+Green+Blue) = 165+188+234=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #A5BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCEA is #5A4315. Grayscale: #BABABA. Windows color (decimal): -5915414 or 15383717. OLE color: 15383717.

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

Color convert

RGB 165 188 234 -
CMYK 0.29 0.20 0 0.08
HSL 220º 0.62% 0.78% -
HSV(B) 220º 0.29% 0.92% -
XYZ 48.35 49.91 84.93 -
YUV 186.37 154.88 112.76 -
System Red Green Blue C M Y K H S L
Decimal 165 188 234 0.29 0.20 0 0.08 220 0.62 0.78
Hex A5 BC EA 1D 14 0 8 DC 3E 4E
Octal 245 274 352 35 24 0 10 334 76 116
Binary 10100101 10111100 11101010 11101 10100 0 1000 11011100 111110 1001110

Color Harmonies of #A5BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCEA

Black with #A5BCEA

Text Example


Text Example

White with #A5BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCEA; }

 p { color: rgb(165,188,234); }

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

background-color css

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

 a { background-color: rgb(165,188,234); }

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

border-color css

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

 span { border-color: rgb(165,188,234); }

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