#BDBBFE

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

Shades of Lavender Blue #BDBBFE

Tints of Lavender Blue #BDBBFE

Color information

#BDBBFE (or 0xBDBBFE) is unknown color: approx Lavender Blue. HEX triplet: BD, BB and FE. RGB value is (189,187,254). Sum of RGB (Red+Green+Blue) = 189+187+254=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBFE is #424401. Grayscale: #C2C2C2. Windows color (decimal): -4342786 or 16694205. OLE color: 16694205.

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

Color convert

RGB189187254-
CMYK0.260.2600.00
HSL241.79º97.1%86.47%-
HSV(B)241.79º26.38%99.61%-
XYZ56.6553.52101.11-
YUV195.24161.16123.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 187 (73.44% from 255) = 29.68%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=30%
G=29.68%
B=40.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891872540.260.2600.00241.7997.186.47
HexBDBBFE1A1A00f26156
Octal275273376323200362141126
Binary1011110110111011111111101101011010001111001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBFE; }

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

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

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

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

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

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

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

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