Html Css Color HEX #A5BCE8 Perano

📋 copy color: '#A5BCE8'

red 165 ◦ green 188 ◦ blue 232

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

Shades of Perano #A5BCE8

Tints of Perano #A5BCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.66%

R = 28.21%
G = 32.14%
B = 39.66%

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

#A5BCE8 (or 0xA5BCE8) is known color: Perano. HEX triplet: A5, BC and E8. RGB value is (165,188,232). Sum of RGB (Red+Green+Blue) = 165+188+232=585 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.21% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #A5BCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCE8 is #5A4317. Grayscale: #B9B9B9. Windows color (decimal): -5915416 or 15252645. OLE color: 15252645.

HSL color Cylindrical-coordinate representation of color #A5BCE8: hue angle of 219.4º degrees, saturation: 0.59, 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 #A5BCE8 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 188 232 -
CMYK 0.29 0.19 0 0.09
HSL 219.4º 0.59% 0.78% -
HSV(B) 219.4º 0.29% 0.91% -
XYZ 48.07 49.79 83.42 -
YUV 186.14 153.88 112.92 -
System Red Green Blue C M Y K H S L
Decimal 165 188 232 0.29 0.19 0 0.09 219.4 0.59 0.78
Hex A5 BC E8 1D 13 0 9 DB 3B 4E
Octal 245 274 350 35 23 0 11 333 73 116
Binary 10100101 10111100 11101000 11101 10011 0 1001 11011011 111011 1001110

Color Harmonies of #A5BCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCE8

Black with #A5BCE8

Text Example


Text Example

White with #A5BCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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