#BDBFEE

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

Shades of Perano #BDBFEE

Tints of Perano #BDBFEE

Color information

#BDBFEE (or 0xBDBFEE) is unknown color: approx Perano. HEX triplet: BD, BF and EE. RGB value is (189,191,238). Sum of RGB (Red+Green+Blue) = 189+191+238=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFEE is #424011. Grayscale: #C3C3C3. Windows color (decimal): -4341778 or 15646653. OLE color: 15646653.

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

Color convert

RGB189191238-
CMYK0.210.2000.07
HSL237.55º59.04%83.73%-
HSV(B)237.55º20.59%93.33%-
XYZ55.0554.2588.46-
YUV195.76151.84123.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=30.58%
G=30.91%
B=38.51%

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
Decimal1891912380.210.2000.07237.5559.0483.73
HexBDBFEE151407ee3b54
Octal27527735625240735673124
Binary10111101101111111110111010101101000111111011101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFEE; }

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

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

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

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

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

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

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

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