#BDCBFE

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

Shades of Lavender Blue #BDCBFE

Tints of Lavender Blue #BDCBFE

Color information

#BDCBFE (or 0xBDCBFE) is unknown color: approx Lavender Blue. HEX triplet: BD, CB and FE. RGB value is (189,203,254). Sum of RGB (Red+Green+Blue) = 189+203+254=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDCBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCBFE is #423401. Grayscale: #CCCCCC. Windows color (decimal): -4338690 or 16698301. OLE color: 16698301.

HSL color Cylindrical-coordinate representation of color #BDCBFE: hue angle of 227.08º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDCBFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189203254-
CMYK0.260.2000.00
HSL227.08º97.01%86.86%-
HSV(B)227.08º25.59%99.61%-
XYZ60.2360.69102.31-
YUV204.63155.86116.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 203 (79.69% from 255) = 31.42%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=29.26%
G=31.42%
B=39.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892032540.260.2000.00227.0897.0186.86
HexBDCBFE1A1400e36157
Octal275313376322400343141127
Binary1011110111001011111111101101010100001110001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBFE; }

 p { color: rgb(189,203,254); }

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

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

 a { background-color: rgb(189,203,254); }

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

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

 span { border-color: rgb(189,203,254); }

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