#B9C1EC

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

Shades of Perano #B9C1EC

Tints of Perano #B9C1EC

Color information

#B9C1EC (or 0xB9C1EC) is unknown color: approx Perano. HEX triplet: B9, C1 and EC. RGB value is (185,193,236). Sum of RGB (Red+Green+Blue) = 185+193+236=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C1EC is #463E13. Grayscale: #C3C3C3. Windows color (decimal): -4603412 or 15516089. OLE color: 15516089.

HSL color Cylindrical-coordinate representation of color #B9C1EC: hue angle of 230.59º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9C1EC is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185193236-
CMYK0.220.1800.07
HSL230.59º57.3%82.55%-
HSV(B)230.59º21.61%92.55%-
XYZ54.2254.5187.02-
YUV195.51150.85120.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.13%
GREEN value IS 193 (75.78% from 255) = 31.43%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=30.13%
G=31.43%
B=38.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851932360.220.1800.07230.5957.382.55
HexB9C1EC161207e73953
Octal27130135426220734771123
Binary10111001110000011110110010110100100111111001111110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C1EC; }

 p { color: rgb(185,193,236); }

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

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

 a { background-color: rgb(185,193,236); }

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

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

 span { border-color: rgb(185,193,236); }

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