#BBC1FE

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

Shades of Lavender Blue #BBC1FE

Tints of Lavender Blue #BBC1FE

Color information

#BBC1FE (or 0xBBC1FE) is unknown color: approx Lavender Blue. HEX triplet: BB, C1 and FE. RGB value is (187,193,254). Sum of RGB (Red+Green+Blue) = 187+193+254=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBC1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FE is #443E01. Grayscale: #C5C5C5. Windows color (decimal): -4472322 or 16695739. OLE color: 16695739.

HSL color Cylindrical-coordinate representation of color #BBC1FE: hue angle of 234.63º 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 #BBC1FE is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187193254-
CMYK0.260.2400.00
HSL234.63º97.1%86.47%-
HSV(B)234.63º26.38%99.61%-
XYZ57.4555.86101.52-
YUV198.16159.51120.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 193 (75.78% from 255) = 30.44%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=29.50%
G=30.44%
B=40.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871932540.260.2400.00234.6397.186.47
HexBBC1FE1A1800eb6156
Octal273301376323000353141126
Binary1011101111000001111111101101011000001110101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1FE; }

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

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

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

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

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

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

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

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