#BDCCFE

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

Shades of Lavender Blue #BDCCFE

Tints of Lavender Blue #BDCCFE

Color information

#BDCCFE (or 0xBDCCFE) is unknown color: approx Lavender Blue. HEX triplet: BD, CC and FE. RGB value is (189,204,254). Sum of RGB (Red+Green+Blue) = 189+204+254=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCFE is #423301. Grayscale: #CDCDCD. Windows color (decimal): -4338434 or 16698557. OLE color: 16698557.

HSL color Cylindrical-coordinate representation of color #BDCCFE: hue angle of 226.15º 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 #BDCCFE is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189204254-
CMYK0.260.2000.00
HSL226.15º97.01%86.86%-
HSV(B)226.15º25.59%99.61%-
XYZ60.4761.16102.38-
YUV205.21155.53116.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 204 (80.08% from 255) = 31.53%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=29.21%
G=31.53%
B=39.26%

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
Decimal1892042540.260.2000.00226.1597.0186.86
HexBDCCFE1A1400e26157
Octal275314376322400342141127
Binary1011110111001100111111101101010100001110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCFE; }

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

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

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

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

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

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

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

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