#BBC3F7

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

Shades of Lavender Blue #BBC3F7

Tints of Lavender Blue #BBC3F7

Color information

#BBC3F7 (or 0xBBC3F7) is unknown color: approx Lavender Blue. HEX triplet: BB, C3 and F7. RGB value is (187,195,247). Sum of RGB (Red+Green+Blue) = 187+195+247=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 195 (76.56% from 255 or 31.00% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBC3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3F7 is #443C08. Grayscale: #C6C6C6. Windows color (decimal): -4471817 or 16237499. OLE color: 16237499.

HSL color Cylindrical-coordinate representation of color #BBC3F7: hue angle of 232º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBC3F7 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB187195247-
CMYK0.240.2100.03
HSL232º78.95%85.1%-
HSV(B)232º24.29%96.86%-
XYZ56.856.3195.87-
YUV198.54155.35119.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 195 (76.56% from 255) = 31.00%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=29.73%
G=31.00%
B=39.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1871952470.240.2100.0323278.9585.1
HexBBC3F7181503e84f55
Octal273303367302503350117125
Binary10111011110000111111011111000101010111110100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3F7; }

 p { color: rgb(187,195,247); }

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

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

 a { background-color: rgb(187,195,247); }

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

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

 span { border-color: rgb(187,195,247); }

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