#BDC0FF

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

Shades of Lavender Blue #BDC0FF

Tints of Lavender Blue #BDC0FF

Color information

#BDC0FF (or 0xBDC0FF) is unknown color: approx Lavender Blue. HEX triplet: BD, C0 and FF. RGB value is (189,192,255). Sum of RGB (Red+Green+Blue) = 189+192+255=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0FF is #423F00. Grayscale: #C6C6C6. Windows color (decimal): -4341505 or 16761021. OLE color: 16761021.

HSL color Cylindrical-coordinate representation of color #BDC0FF: hue angle of 237.27º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC0FF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189192255-
CMYK0.260.2500
HSL237.27º100%87.06%-
HSV(B)237.27º25.88%100%-
XYZ57.8955.74102.32-
YUV198.28160.01121.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 255 (100% from 255) = 40.09%
R=29.72%
G=30.19%
B=40.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891922550.260.2500237.2710087.06
HexBDC0FF1A1900ed6457
Octal275300377323100355144127
Binary1011110111000000111111111101011001001110110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0FF; }

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

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

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

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

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

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

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

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