Html Css Color HEX #A5BBEC Perano

📋 copy color: '#A5BBEC'

red 165 ◦ green 187 ◦ blue 236

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

Shades of Perano #A5BBEC

Tints of Perano #A5BBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.8%

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

R = 28.06%
G = 31.8%
B = 40.14%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5BBEC (or 0xA5BBEC) is known color: Perano. HEX triplet: A5, BB and EC. RGB value is (165,187,236). Sum of RGB (Red+Green+Blue) = 165+187+236=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5BBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5BBEC is #5A4413. Grayscale: #B9B9B9. Windows color (decimal): -5915668 or 15514533. OLE color: 15514533.

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

Color convert

RGB 165 187 236 -
CMYK 0.30 0.21 0 0.07
HSL 221.41º 0.65% 0.79% -
HSV(B) 221.41º 0.3% 0.93% -
XYZ 48.43 49.6 86.38 -
YUV 186.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 165 187 236 0.30 0.21 0 0.07 221.41 0.65 0.79
Hex A5 BB EC 1E 15 0 7 DD 41 4F
Octal 245 273 354 36 25 0 7 335 101 117
Binary 10100101 10111011 11101100 11110 10101 0 111 11011101 1000001 1001111

Color Harmonies of #A5BBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BBEC

Black with #A5BBEC

Text Example


Text Example

White with #A5BBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BBEC; }

 p { color: rgb(165,187,236); }

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

background-color css

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

 a { background-color: rgb(165,187,236); }

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

border-color css

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

 span { border-color: rgb(165,187,236); }

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