#ADBBEC

Color #ADBBEC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ADBBEC

Tints of Perano #ADBBEC

Color information

#ADBBEC (or 0xADBBEC) is unknown color: approx Perano. HEX triplet: AD, BB and EC. RGB value is (173,187,236). Sum of RGB (Red+Green+Blue) = 173+187+236=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBBEC is #524413. Grayscale: #BCBCBC. Windows color (decimal): -5391380 or 15514541. OLE color: 15514541.

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

Color convert

RGB173187236-
CMYK0.270.2100.07
HSL226.67º62.38%80.2%-
HSV(B)226.67º26.69%92.55%-
XYZ50.1450.4886.46-
YUV188.4154.86117.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=29.03%
G=31.38%
B=39.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731872360.270.2100.07226.6762.3880.2
HexADBBEC1B1507e33e50
Octal25527335433250734376120
Binary10101101101110111110110011011101010111111000111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBEC; }

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

 H1.HeaderClassName
 {
   color: #ADBBEC;
 }
 .AnyTagClassName
 {
   color: #ADBBEC;
 }
</style>
background-color css

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

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

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

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

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

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