#BDC2F3

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

Shades of Lavender Blue #BDC2F3

Tints of Lavender Blue #BDC2F3

Color information

#BDC2F3 (or 0xBDC2F3) is unknown color: approx Lavender Blue. HEX triplet: BD, C2 and F3. RGB value is (189,194,243). Sum of RGB (Red+Green+Blue) = 189+194+243=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDC2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2F3 is #423D0C. Grayscale: #C5C5C5. Windows color (decimal): -4341005 or 15975101. OLE color: 15975101.

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

Color convert

RGB189194243-
CMYK0.220.2000.05
HSL234.44º69.23%84.71%-
HSV(B)234.44º22.22%95.29%-
XYZ56.4655.8792.6-
YUV198.09153.34121.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 243 (95.31% from 255) = 38.82%
R=30.19%
G=30.99%
B=38.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891942430.220.2000.05234.4469.2384.71
HexBDC2F3161405ea4555
Octal275302363262405352105125
Binary101111011100001011110011101101010001011110101010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2F3; }

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

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

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

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

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

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

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

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