#BCBDF6

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

Shades of Lavender Blue #BCBDF6

Tints of Lavender Blue #BCBDF6

Color information

#BCBDF6 (or 0xBCBDF6) is unknown color: approx Lavender Blue. HEX triplet: BC, BD and F6. RGB value is (188,189,246). Sum of RGB (Red+Green+Blue) = 188+189+246=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDF6 is #434209. Grayscale: #C2C2C2. Windows color (decimal): -4407818 or 16170428. OLE color: 16170428.

HSL color Cylindrical-coordinate representation of color #BCBDF6: hue angle of 238.97º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCBDF6 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188189246-
CMYK0.240.2300.04
HSL238.97º76.32%85.1%-
HSV(B)238.97º23.58%96.47%-
XYZ55.5753.7494.63-
YUV195.2156.67122.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 189 (74.22% from 255) = 30.34%
BLUE value IS 246 (96.48% from 255) = 39.49%
R=30.18%
G=30.34%
B=39.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881892460.240.2300.04238.9776.3285.1
HexBCBDF6181704ef4c55
Octal274275366302704357114125
Binary101111001011110111110110110001011101001110111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDF6; }

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

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

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

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

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

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

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

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