#BDC1F5

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

Shades of Lavender Blue #BDC1F5

Tints of Lavender Blue #BDC1F5

Color information

#BDC1F5 (or 0xBDC1F5) is unknown color: approx Lavender Blue. HEX triplet: BD, C1 and F5. RGB value is (189,193,245). Sum of RGB (Red+Green+Blue) = 189+193+245=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 193 (75.78% from 255 or 30.78% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDC1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1F5 is #423E0A. Grayscale: #C5C5C5. Windows color (decimal): -4341259 or 16105917. OLE color: 16105917.

HSL color Cylindrical-coordinate representation of color #BDC1F5: hue angle of 235.71º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC1F5 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189193245-
CMYK0.230.2100.04
HSL235.71º73.68%85.1%-
HSV(B)235.71º22.86%96.08%-
XYZ56.5455.5594.13-
YUV197.73154.67121.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 193 (75.78% from 255) = 30.78%
BLUE value IS 245 (96.09% from 255) = 39.07%
R=30.14%
G=30.78%
B=39.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891932450.230.2100.04235.7173.6885.1
HexBDC1F5171504ec4a55
Octal275301365272504354112125
Binary101111011100000111110101101111010101001110110010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1F5; }

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

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

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

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

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

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

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

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