#9CABFB

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

Shades of Perano #9CABFB

Tints of Perano #9CABFB

Color information

#9CABFB (or 0x9CABFB) is unknown color: approx Perano. HEX triplet: 9C, AB and FB. RGB value is (156,171,251). Sum of RGB (Red+Green+Blue) = 156+171+251=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 171 (67.19% from 255 or 29.58% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #9CABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CABFB is #635404. Grayscale: #AFAFAF. Windows color (decimal): -6509573 or 16493468. OLE color: 16493468.

HSL color Cylindrical-coordinate representation of color #9CABFB: hue angle of 230.53º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CABFB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156171251-
CMYK0.380.3200.02
HSL230.53º92.23%79.8%-
HSV(B)230.53º37.85%98.43%-
XYZ45.6943.1697.19-
YUV175.64170.53114-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.99%
GREEN value IS 171 (67.19% from 255) = 29.58%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=26.99%
G=29.58%
B=43.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561712510.380.3200.02230.5392.2379.8
Hex9CABFB262002e75c50
Octal234253373464002347134120
Binary1001110010101011111110111001101000000101110011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CABFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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