#B9BCF3

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

Shades of Perano #B9BCF3

Tints of Perano #B9BCF3

Color information

#B9BCF3 (or 0xB9BCF3) is unknown color: approx Perano. HEX triplet: B9, BC and F3. RGB value is (185,188,243). Sum of RGB (Red+Green+Blue) = 185+188+243=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCF3 is #46430C. Grayscale: #C1C1C1. Windows color (decimal): -4604685 or 15973561. OLE color: 15973561.

HSL color Cylindrical-coordinate representation of color #B9BCF3: hue angle of 236.9º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9BCF3 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185188243-
CMYK0.240.2300.05
HSL236.9º70.73%83.92%-
HSV(B)236.9º23.87%95.29%-
XYZ54.1752.7592.12-
YUV193.37156.01122.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.03%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 243 (95.31% from 255) = 39.45%
R=30.03%
G=30.52%
B=39.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851882430.240.2300.05236.970.7383.92
HexB9BCF3181705ed4754
Octal271274363302705355107124
Binary101110011011110011110011110001011101011110110110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCF3; }

 p { color: rgb(185,188,243); }

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

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

 a { background-color: rgb(185,188,243); }

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

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

 span { border-color: rgb(185,188,243); }

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