#BBC2FA

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

Shades of Lavender Blue #BBC2FA

Tints of Lavender Blue #BBC2FA

Color information

#BBC2FA (or 0xBBC2FA) is unknown color: approx Lavender Blue. HEX triplet: BB, C2 and FA. RGB value is (187,194,250). Sum of RGB (Red+Green+Blue) = 187+194+250=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC2FA is #443D05. Grayscale: #C6C6C6. Windows color (decimal): -4472070 or 16433851. OLE color: 16433851.

HSL color Cylindrical-coordinate representation of color #BBC2FA: hue angle of 233.33º degrees, saturation: 0.86, 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 #BBC2FA is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187194250-
CMYK0.250.2200.02
HSL233.33º86.3%85.69%-
HSV(B)233.33º25.2%98.04%-
XYZ57.0456.0598.25-
YUV198.29157.18119.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 194 (76.17% from 255) = 30.74%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=29.64%
G=30.74%
B=39.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871942500.250.2200.02233.3386.385.69
HexBBC2FA191602e95656
Octal273302372312602351126126
Binary10111011110000101111101011001101100101110100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC2FA; }

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

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

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

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

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

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

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

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