#9CBDFA

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

Shades of Perano #9CBDFA

Tints of Perano #9CBDFA

Color information

#9CBDFA (or 0x9CBDFA) is unknown color: approx Perano. HEX triplet: 9C, BD and FA. RGB value is (156,189,250). Sum of RGB (Red+Green+Blue) = 156+189+250=595 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.22% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #9CBDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBDFA is #634205. Grayscale: #B9B9B9. Windows color (decimal): -6504966 or 16432540. OLE color: 16432540.

HSL color Cylindrical-coordinate representation of color #9CBDFA: hue angle of 218.94º degrees, saturation: 0.9, 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 #9CBDFA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB156189250-
CMYK0.380.2400.02
HSL218.94º90.38%79.61%-
HSV(B)218.94º37.6%98.04%-
XYZ49.1650.3797.57-
YUV186.09164.07106.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.22%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=26.22%
G=31.76%
B=42.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1561892500.380.2400.02218.9490.3879.61
Hex9CBDFA261802db5a50
Octal234275372463002333132120
Binary100111001011110111111010100110110000101101101110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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