#BBC2FC

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

Shades of Lavender Blue #BBC2FC

Tints of Lavender Blue #BBC2FC

Color information

#BBC2FC (or 0xBBC2FC) is unknown color: approx Lavender Blue. HEX triplet: BB, C2 and FC. RGB value is (187,194,252). Sum of RGB (Red+Green+Blue) = 187+194+252=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBC2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FC is #443D03. Grayscale: #C6C6C6. Windows color (decimal): -4472068 or 16564923. OLE color: 16564923.

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

Color convert

RGB187194252-
CMYK0.260.2300.01
HSL233.54º91.55%86.08%-
HSV(B)233.54º25.79%98.82%-
XYZ57.3656.1899.92-
YUV198.52158.18119.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=29.54%
G=30.65%
B=39.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871942520.260.2300.01233.5491.5586.08
HexBBC2FC1A1701ea5c56
Octal273302374322701352134126
Binary1011101111000010111111001101010111011110101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2FC; }

 p { color: rgb(187,194,252); }

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

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

 a { background-color: rgb(187,194,252); }

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

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

 span { border-color: rgb(187,194,252); }

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