#BDBEEF

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

Shades of Perano #BDBEEF

Tints of Perano #BDBEEF

Color information

#BDBEEF (or 0xBDBEEF) is unknown color: approx Perano. HEX triplet: BD, BE and EF. RGB value is (189,190,239). Sum of RGB (Red+Green+Blue) = 189+190+239=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEEF is #424110. Grayscale: #C3C3C3. Windows color (decimal): -4342033 or 15711933. OLE color: 15711933.

HSL color Cylindrical-coordinate representation of color #BDBEEF: hue angle of 238.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBEEF is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189190239-
CMYK0.210.2100.06
HSL238.8º60.98%83.92%-
HSV(B)238.8º20.92%93.73%-
XYZ54.9853.8889.16-
YUV195.29152.67123.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 239 (93.75% from 255) = 38.67%
R=30.58%
G=30.74%
B=38.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891902390.210.2100.06238.860.9883.92
HexBDBEEF151506ef3d54
Octal27527635725250635775124
Binary10111101101111101110111110101101010110111011111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEEF; }

 p { color: rgb(189,190,239); }

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

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

 a { background-color: rgb(189,190,239); }

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

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

 span { border-color: rgb(189,190,239); }

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