#BDBCF3

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

Shades of Lavender Blue #BDBCF3

Tints of Lavender Blue #BDBCF3

Color information

#BDBCF3 (or 0xBDBCF3) is unknown color: approx Lavender Blue. HEX triplet: BD, BC and F3. RGB value is (189,188,243). Sum of RGB (Red+Green+Blue) = 189+188+243=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDBCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCF3 is #42430C. Grayscale: #C2C2C2. Windows color (decimal): -4342541 or 15973565. OLE color: 15973565.

HSL color Cylindrical-coordinate representation of color #BDBCF3: hue angle of 241.09º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBCF3 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189188243-
CMYK0.220.2300.05
HSL241.09º69.62%84.51%-
HSV(B)241.09º22.63%95.29%-
XYZ55.1553.2692.17-
YUV194.57155.33124.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 188 (73.83% from 255) = 30.32%
BLUE value IS 243 (95.31% from 255) = 39.19%
R=30.48%
G=30.32%
B=39.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891882430.220.2300.05241.0969.6284.51
HexBDBCF3161705f14655
Octal275274363262705361106125
Binary101111011011110011110011101101011101011111000110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCF3; }

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

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

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

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

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

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

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

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