#BDBBFF

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

Shades of Lavender Blue #BDBBFF

Tints of Lavender Blue #BDBBFF

Color information

#BDBBFF (or 0xBDBBFF) is unknown color: approx Lavender Blue. HEX triplet: BD, BB and FF. RGB value is (189,187,255). Sum of RGB (Red+Green+Blue) = 189+187+255=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBFF is #424400. Grayscale: #C3C3C3. Windows color (decimal): -4342785 or 16759741. OLE color: 16759741.

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

Color convert

RGB189187255-
CMYK0.260.2700
HSL241.76º100%86.67%-
HSV(B)241.76º26.67%100%-
XYZ56.8153.58101.96-
YUV195.35161.66123.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 255 (100% from 255) = 40.41%
R=29.95%
G=29.64%
B=40.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891872550.260.2700241.7610086.67
HexBDBBFF1A1B00f26457
Octal275273377323300362144127
Binary1011110110111011111111111101011011001111001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBFF; }

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

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

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

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

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

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

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

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