Html Css Color HEX #A5BCE9 Perano

📋 copy color: '#A5BCE9'

red 165 ◦ green 188 ◦ blue 233

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

Shades of Perano #A5BCE9

Tints of Perano #A5BCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.76%

R = 28.16%
G = 32.08%
B = 39.76%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A5BCE9 (or 0xA5BCE9) is known color: Perano. HEX triplet: A5, BC and E9. RGB value is (165,188,233). Sum of RGB (Red+Green+Blue) = 165+188+233=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #A5BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCE9 is #5A4316. Grayscale: #BABABA. Windows color (decimal): -5915415 or 15318181. OLE color: 15318181.

HSL color Cylindrical-coordinate representation of color #A5BCE9: hue angle of 219.71º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5BCE9 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 188 233 -
CMYK 0.29 0.19 0 0.09
HSL 219.71º 0.61% 0.78% -
HSV(B) 219.71º 0.29% 0.91% -
XYZ 48.21 49.85 84.17 -
YUV 186.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 165 188 233 0.29 0.19 0 0.09 219.71 0.61 0.78
Hex A5 BC E9 1D 13 0 9 DC 3D 4E
Octal 245 274 351 35 23 0 11 334 75 116
Binary 10100101 10111100 11101001 11101 10011 0 1001 11011100 111101 1001110

Color Harmonies of #A5BCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCE9

Black with #A5BCE9

Text Example


Text Example

White with #A5BCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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