#9CBAEC

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

Shades of Perano #9CBAEC

Tints of Perano #9CBAEC

Color information

#9CBAEC (or 0x9CBAEC) is unknown color: approx Perano. HEX triplet: 9C, BA and EC. RGB value is (156,186,236). Sum of RGB (Red+Green+Blue) = 156+186+236=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 186 (73.05% from 255 or 32.18% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAEC is #634513. Grayscale: #B6B6B6. Windows color (decimal): -6505748 or 15514268. OLE color: 15514268.

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

Color convert

RGB156186236-
CMYK0.340.2100.07
HSL217.5º67.8%76.86%-
HSV(B)217.5º33.9%92.55%-
XYZ46.4148.2486.22-
YUV182.73158.06108.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.99%
GREEN value IS 186 (73.05% from 255) = 32.18%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=26.99%
G=32.18%
B=40.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561862360.340.2100.07217.567.876.86
Hex9CBAEC221507da444d
Octal234272354422507332104115
Binary1001110010111010111011001000101010101111101101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CBAEC; }

 p { color: rgb(156,186,236); }

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

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

 a { background-color: rgb(156,186,236); }

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

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

 span { border-color: rgb(156,186,236); }

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