#BDBCFA

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

Shades of Lavender Blue #BDBCFA

Tints of Lavender Blue #BDBCFA

Color information

#BDBCFA (or 0xBDBCFA) is unknown color: approx Lavender Blue. HEX triplet: BD, BC and FA. RGB value is (189,188,250). Sum of RGB (Red+Green+Blue) = 189+188+250=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDBCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBCFA is #424305. Grayscale: #C3C3C3. Windows color (decimal): -4342534 or 16432317. OLE color: 16432317.

HSL color Cylindrical-coordinate representation of color #BDBCFA: hue angle of 240.97º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBCFA is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189188250-
CMYK0.240.2500.02
HSL240.97º86.11%85.88%-
HSV(B)240.97º24.8%98.04%-
XYZ56.2253.6997.84-
YUV195.37158.83123.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 188 (73.83% from 255) = 29.98%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=30.14%
G=29.98%
B=39.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891882500.240.2500.02240.9786.1185.88
HexBDBCFA181902f15656
Octal275274372303102361126126
Binary10111101101111001111101011000110010101111000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBCFA; }

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

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

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

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

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

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

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

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