#BBC7FB

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

Shades of Lavender Blue #BBC7FB

Tints of Lavender Blue #BBC7FB

Color information

#BBC7FB (or 0xBBC7FB) is unknown color: approx Lavender Blue. HEX triplet: BB, C7 and FB. RGB value is (187,199,251). Sum of RGB (Red+Green+Blue) = 187+199+251=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBC7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7FB is #443804. Grayscale: #C9C9C9. Windows color (decimal): -4470789 or 16500667. OLE color: 16500667.

HSL color Cylindrical-coordinate representation of color #BBC7FB: hue angle of 228.75º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBC7FB is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187199251-
CMYK0.250.2100.02
HSL228.75º88.89%85.88%-
HSV(B)228.75º25.5%98.43%-
XYZ58.3358.3899.46-
YUV201.34156.02117.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=29.36%
G=31.24%
B=39.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871992510.250.2100.02228.7588.8985.88
HexBBC7FB191502e55956
Octal273307373312502345131126
Binary10111011110001111111101111001101010101110010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7FB; }

 p { color: rgb(187,199,251); }

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

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

 a { background-color: rgb(187,199,251); }

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

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

 span { border-color: rgb(187,199,251); }

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