Html Css Color HEX #A5BCEE Perano

📋 copy color: '#A5BCEE'

red 165 ◦ green 188 ◦ blue 238

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

Shades of Perano #A5BCEE

Tints of Perano #A5BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.27%

R = 27.92%
G = 31.81%
B = 40.27%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5BCEE (or 0xA5BCEE) is known color: Perano. HEX triplet: A5, BC and EE. RGB value is (165,188,238). Sum of RGB (Red+Green+Blue) = 165+188+238=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5BCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BCEE is #5A4311. Grayscale: #BABABA. Windows color (decimal): -5915410 or 15645861. OLE color: 15645861.

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

Color convert

RGB 165 188 238 -
CMYK 0.31 0.21 0 0.07
HSL 221.1º 0.68% 0.79% -
HSV(B) 221.1º 0.31% 0.93% -
XYZ 48.93 50.14 87.99 -
YUV 186.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 165 188 238 0.31 0.21 0 0.07 221.1 0.68 0.79
Hex A5 BC EE 1F 15 0 7 DD 44 4F
Octal 245 274 356 37 25 0 7 335 104 117
Binary 10100101 10111100 11101110 11111 10101 0 111 11011101 1000100 1001111

Color Harmonies of #A5BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BCEE

Black with #A5BCEE

Text Example


Text Example

White with #A5BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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