#BDC2F2

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

Shades of Lavender Blue #BDC2F2

Tints of Lavender Blue #BDC2F2

Color information

#BDC2F2 (or 0xBDC2F2) is unknown color: approx Lavender Blue. HEX triplet: BD, C2 and F2. RGB value is (189,194,242). Sum of RGB (Red+Green+Blue) = 189+194+242=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDC2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2F2 is #423D0D. Grayscale: #C5C5C5. Windows color (decimal): -4341006 or 15909565. OLE color: 15909565.

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

Color convert

RGB189194242-
CMYK0.220.2000.05
HSL234.34º67.09%84.51%-
HSV(B)234.34º21.9%94.9%-
XYZ56.3155.8191.81-
YUV197.98152.84121.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 242 (94.92% from 255) = 38.72%
R=30.24%
G=31.04%
B=38.72%

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
Decimal1891942420.220.2000.05234.3467.0984.51
HexBDC2F2161405ea4355
Octal275302362262405352103125
Binary101111011100001011110010101101010001011110101010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2F2; }

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

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

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

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

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

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

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

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