#BDC0F3

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

Shades of Lavender Blue #BDC0F3

Tints of Lavender Blue #BDC0F3

Color information

#BDC0F3 (or 0xBDC0F3) is unknown color: approx Lavender Blue. HEX triplet: BD, C0 and F3. RGB value is (189,192,243). Sum of RGB (Red+Green+Blue) = 189+192+243=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0F3 is #423F0C. Grayscale: #C4C4C4. Windows color (decimal): -4341517 or 15974589. OLE color: 15974589.

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

Color convert

RGB189192243-
CMYK0.220.2100.05
HSL236.67º69.23%84.71%-
HSV(B)236.67º22.22%95.29%-
XYZ56.0154.9992.46-
YUV196.92154.01122.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 243 (95.31% from 255) = 38.94%
R=30.29%
G=30.77%
B=38.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891922430.220.2100.05236.6769.2384.71
HexBDC0F3161505ed4555
Octal275300363262505355105125
Binary101111011100000011110011101101010101011110110110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0F3; }

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

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

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

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

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

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

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

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