#BCBDF8

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

Shades of Lavender Blue #BCBDF8

Tints of Lavender Blue #BCBDF8

Color information

#BCBDF8 (or 0xBCBDF8) is unknown color: approx Lavender Blue. HEX triplet: BC, BD and F8. RGB value is (188,189,248). Sum of RGB (Red+Green+Blue) = 188+189+248=625 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.08% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCBDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDF8 is #434207. Grayscale: #C3C3C3. Windows color (decimal): -4407816 or 16301500. OLE color: 16301500.

HSL color Cylindrical-coordinate representation of color #BCBDF8: hue angle of 239º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCBDF8 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188189248-
CMYK0.240.2400.03
HSL239º81.08%85.49%-
HSV(B)239º24.19%97.25%-
XYZ55.8853.8696.26-
YUV195.43157.67122.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.08%
GREEN value IS 189 (74.22% from 255) = 30.24%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=30.08%
G=30.24%
B=39.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881892480.240.2400.0323981.0885.49
HexBCBDF8181803ef5155
Octal274275370303003357121125
Binary10111100101111011111100011000110000111110111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDF8; }

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

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

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

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

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

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

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

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