#BCBDFF

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

Shades of Lavender Blue #BCBDFF

Tints of Lavender Blue #BCBDFF

Color information

#BCBDFF (or 0xBCBDFF) is unknown color: approx Lavender Blue. HEX triplet: BC, BD and FF. RGB value is (188,189,255). Sum of RGB (Red+Green+Blue) = 188+189+255=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFF is #434200. Grayscale: #C3C3C3. Windows color (decimal): -4407809 or 16760252. OLE color: 16760252.

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

Color convert

RGB188189255-
CMYK0.260.2600
HSL239.1º100%86.86%-
HSV(B)239.1º26.27%100%-
XYZ56.9954.31102.09-
YUV196.22161.17122.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 255 (100% from 255) = 40.35%
R=29.75%
G=29.91%
B=40.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1881892550.260.2600239.110086.86
HexBCBDFF1A1A00ef6457
Octal274275377323200357144127
Binary1011110010111101111111111101011010001110111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDFF; }

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

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

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

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

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

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

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

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