#9CBDFC

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

Shades of Perano #9CBDFC

Tints of Perano #9CBDFC

Color information

#9CBDFC (or 0x9CBDFC) is unknown color: approx Perano. HEX triplet: 9C, BD and FC. RGB value is (156,189,252). Sum of RGB (Red+Green+Blue) = 156+189+252=597 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.13% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CBDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBDFC is #634203. Grayscale: #BABABA. Windows color (decimal): -6504964 or 16563612. OLE color: 16563612.

HSL color Cylindrical-coordinate representation of color #9CBDFC: hue angle of 219.38º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CBDFC is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156189252-
CMYK0.380.2500.01
HSL219.38º94.12%80%-
HSV(B)219.38º38.1%98.82%-
XYZ49.4850.4999.23-
YUV186.32165.07106.38-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.13%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=26.13%
G=31.66%
B=42.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561892520.380.2500.01219.3894.1280
Hex9CBDFC261901db5e50
Octal234275374463101333136120
Binary10011100101111011111110010011011001011101101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,189,252); }

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

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

 a { background-color: rgb(156,189,252); }

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

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

 span { border-color: rgb(156,189,252); }

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