#BBB4FD

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

Shades of Lavender Blue #BBB4FD

Tints of Lavender Blue #BBB4FD

Color information

#BBB4FD (or 0xBBB4FD) is unknown color: approx Lavender Blue. HEX triplet: BB, B4 and FD. RGB value is (187,180,253). Sum of RGB (Red+Green+Blue) = 187+180+253=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB4FD is #444B02. Grayscale: #BEBEBE. Windows color (decimal): -4475651 or 16626875. OLE color: 16626875.

HSL color Cylindrical-coordinate representation of color #BBB4FD: hue angle of 245.75º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB4FD is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187180253-
CMYK0.260.2900.01
HSL245.75º94.81%84.9%-
HSV(B)245.75º28.85%99.22%-
XYZ54.5450.399.76-
YUV190.42163.32125.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.16%
GREEN value IS 180 (70.70% from 255) = 29.03%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=30.16%
G=29.03%
B=40.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871802530.260.2900.01245.7594.8184.9
HexBBB4FD1A1D01f65f55
Octal273264375323501366137125
Binary1011101110110100111111011101011101011111011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB4FD; }

 p { color: rgb(187,180,253); }

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

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

 a { background-color: rgb(187,180,253); }

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

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

 span { border-color: rgb(187,180,253); }

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