#BDBCFF

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

Shades of Lavender Blue #BDBCFF

Tints of Lavender Blue #BDBCFF

Color information

#BDBCFF (or 0xBDBCFF) is unknown color: approx Lavender Blue. HEX triplet: BD, BC and FF. RGB value is (189,188,255). Sum of RGB (Red+Green+Blue) = 189+188+255=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 188 (73.83% from 255 or 29.75% 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 #BDBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCFF is #424300. Grayscale: #C3C3C3. Windows color (decimal): -4342529 or 16759997. OLE color: 16759997.

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

Color convert

RGB189188255-
CMYK0.260.2600
HSL240.9º100%86.86%-
HSV(B)240.9º26.27%100%-
XYZ57.0254.01102.03-
YUV195.94161.33123.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 188 (73.83% from 255) = 29.75%
BLUE value IS 255 (100% from 255) = 40.35%
R=29.91%
G=29.75%
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
Decimal1891882550.260.2600240.910086.86
HexBDBCFF1A1A00f16457
Octal275274377323200361144127
Binary1011110110111100111111111101011010001111000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCFF; }

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

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

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

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

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

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

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

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