#BCBDEE

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

Shades of Perano #BCBDEE

Tints of Perano #BCBDEE

Color information

#BCBDEE (or 0xBCBDEE) is unknown color: approx Perano. HEX triplet: BC, BD and EE. RGB value is (188,189,238). Sum of RGB (Red+Green+Blue) = 188+189+238=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDEE is #434211. Grayscale: #C2C2C2. Windows color (decimal): -4407826 or 15646140. OLE color: 15646140.

HSL color Cylindrical-coordinate representation of color #BCBDEE: hue angle of 238.8º 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 #BCBDEE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188189238-
CMYK0.210.2100.07
HSL238.8º59.52%83.53%-
HSV(B)238.8º21.01%93.33%-
XYZ54.3753.2688.3-
YUV194.29152.67123.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=30.57%
G=30.73%
B=38.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881892380.210.2100.07238.859.5283.53
HexBCBDEE151507ef3c54
Octal27427535625250735774124
Binary10111100101111011110111010101101010111111011111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDEE; }

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

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

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

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

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

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

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

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