#BDC8FF

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

Shades of Lavender Blue #BDC8FF

Tints of Lavender Blue #BDC8FF

Color information

#BDC8FF (or 0xBDC8FF) is unknown color: approx Lavender Blue. HEX triplet: BD, C8 and FF. RGB value is (189,200,255). Sum of RGB (Red+Green+Blue) = 189+200+255=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 200 (78.52% from 255 or 31.06% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8FF is #423700. Grayscale: #CACACA. Windows color (decimal): -4339457 or 16763069. OLE color: 16763069.

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

Color convert

RGB189200255-
CMYK0.260.2200
HSL230º100%87.06%-
HSV(B)230º25.88%100%-
XYZ59.6959.35102.92-
YUV202.98157.36118.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 200 (78.52% from 255) = 31.06%
BLUE value IS 255 (100% from 255) = 39.60%
R=29.35%
G=31.06%
B=39.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892002550.260.220023010087.06
HexBDC8FF1A1600e66457
Octal275310377322600346144127
Binary1011110111001000111111111101010110001110011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8FF; }

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

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

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

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

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

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

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

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