#BDC1F3

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

Shades of Lavender Blue #BDC1F3

Tints of Lavender Blue #BDC1F3

Color information

#BDC1F3 (or 0xBDC1F3) is unknown color: approx Lavender Blue. HEX triplet: BD, C1 and F3. RGB value is (189,193,243). Sum of RGB (Red+Green+Blue) = 189+193+243=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F3 is #423E0C. Grayscale: #C5C5C5. Windows color (decimal): -4341261 or 15974845. OLE color: 15974845.

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

Color convert

RGB189193243-
CMYK0.220.2100.05
HSL235.56º69.23%84.71%-
HSV(B)235.56º22.22%95.29%-
XYZ56.2355.4392.53-
YUV197.5153.67121.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 193 (75.78% from 255) = 30.88%
BLUE value IS 243 (95.31% from 255) = 38.88%
R=30.24%
G=30.88%
B=38.88%

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
Decimal1891932430.220.2100.05235.5669.2384.71
HexBDC1F3161505ec4555
Octal275301363262505354105125
Binary101111011100000111110011101101010101011110110010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1F3; }

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

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

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

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

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

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

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

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