#9CABEC

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

Shades of Perano #9CABEC

Tints of Perano #9CABEC

Color information

#9CABEC (or 0x9CABEC) is unknown color: approx Perano. HEX triplet: 9C, AB and EC. RGB value is (156,171,236). Sum of RGB (Red+Green+Blue) = 156+171+236=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CABEC is #635413. Grayscale: #ADADAD. Windows color (decimal): -6509588 or 15510428. OLE color: 15510428.

HSL color Cylindrical-coordinate representation of color #9CABEC: hue angle of 228.75º 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 #9CABEC is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156171236-
CMYK0.340.2800.07
HSL228.75º67.8%76.86%-
HSV(B)228.75º33.9%92.55%-
XYZ43.4142.2585.22-
YUV173.92163.03115.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=27.71%
G=30.37%
B=41.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561712360.340.2800.07228.7567.876.86
Hex9CABEC221C07e5444d
Octal234253354423407345104115
Binary1001110010101011111011001000101110001111110010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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