#BBC7FF

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

Shades of Lavender Blue #BBC7FF

Tints of Lavender Blue #BBC7FF

Color information

#BBC7FF (or 0xBBC7FF) is unknown color: approx Lavender Blue. HEX triplet: BB, C7 and FF. RGB value is (187,199,255). Sum of RGB (Red+Green+Blue) = 187+199+255=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC7FF is #443800. Grayscale: #C9C9C9. Windows color (decimal): -4470785 or 16762811. OLE color: 16762811.

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

Color convert

RGB187199255-
CMYK0.270.2200
HSL229.41º100%86.67%-
HSV(B)229.41º26.67%100%-
XYZ58.9758.63102.82-
YUV201.8158.02117.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 199 (78.12% from 255) = 31.05%
BLUE value IS 255 (100% from 255) = 39.78%
R=29.17%
G=31.05%
B=39.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871992550.270.2200229.4110086.67
HexBBC7FF1B1600e56457
Octal273307377332600345144127
Binary1011101111000111111111111101110110001110010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC7FF; }

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

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

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

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

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

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

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

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