#BCBFEE

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

Shades of Perano #BCBFEE

Tints of Perano #BCBFEE

Color information

#BCBFEE (or 0xBCBFEE) is unknown color: approx Perano. HEX triplet: BC, BF and EE. RGB value is (188,191,238). Sum of RGB (Red+Green+Blue) = 188+191+238=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFEE is #434011. Grayscale: #C3C3C3. Windows color (decimal): -4407314 or 15646652. OLE color: 15646652.

HSL color Cylindrical-coordinate representation of color #BCBFEE: hue angle of 236.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCBFEE is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188191238-
CMYK0.210.2000.07
HSL236.4º59.52%83.53%-
HSV(B)236.4º21.01%93.33%-
XYZ54.854.1388.45-
YUV195.46152.01122.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 238 (93.36% from 255) = 38.57%
R=30.47%
G=30.96%
B=38.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881912380.210.2000.07236.459.5283.53
HexBCBFEE151407ec3c54
Octal27427735625240735474124
Binary10111100101111111110111010101101000111111011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFEE; }

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

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

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

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

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

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

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

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