#BCBFEA

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

Shades of Perano #BCBFEA

Tints of Perano #BCBFEA

Color information

#BCBFEA (or 0xBCBFEA) is unknown color: approx Perano. HEX triplet: BC, BF and EA. RGB value is (188,191,234). Sum of RGB (Red+Green+Blue) = 188+191+234=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCBFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEA is #434015. Grayscale: #C2C2C2. Windows color (decimal): -4407318 or 15384508. OLE color: 15384508.

HSL color Cylindrical-coordinate representation of color #BCBFEA: hue angle of 236.09º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBFEA is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188191234-
CMYK0.200.1800.08
HSL236.09º52.27%82.75%-
HSV(B)236.09º19.66%91.76%-
XYZ54.2253.8985.39-
YUV195150.01123-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.67%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 234 (91.80% from 255) = 38.17%
R=30.67%
G=31.16%
B=38.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881912340.200.1800.08236.0952.2782.75
HexBCBFEA141208ec3453
Octal274277352242201035464123
Binary101111001011111111101010101001001001000111011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFEA; }

 p { color: rgb(188,191,234); }

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

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

 a { background-color: rgb(188,191,234); }

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

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

 span { border-color: rgb(188,191,234); }

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