#BDC4FF

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

Shades of Lavender Blue #BDC4FF

Tints of Lavender Blue #BDC4FF

Color information

#BDC4FF (or 0xBDC4FF) is unknown color: approx Lavender Blue. HEX triplet: BD, C4 and FF. RGB value is (189,196,255). Sum of RGB (Red+Green+Blue) = 189+196+255=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4FF is #423B00. Grayscale: #C8C8C8. Windows color (decimal): -4340481 or 16762045. OLE color: 16762045.

HSL color Cylindrical-coordinate representation of color #BDC4FF: hue angle of 233.64º 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 #BDC4FF is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189196255-
CMYK0.260.2300
HSL233.64º100%87.06%-
HSV(B)233.64º25.88%100%-
XYZ58.7857.52102.61-
YUV200.63158.68119.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 255 (100% from 255) = 39.84%
R=29.53%
G=30.62%
B=39.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891962550.260.2300233.6410087.06
HexBDC4FF1A1700ea6457
Octal275304377322700352144127
Binary1011110111000100111111111101010111001110101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC4FF; }

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

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

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

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

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

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

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

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