#BBC5FA

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

Shades of Lavender Blue #BBC5FA

Tints of Lavender Blue #BBC5FA

Color information

#BBC5FA (or 0xBBC5FA) is unknown color: approx Lavender Blue. HEX triplet: BB, C5 and FA. RGB value is (187,197,250). Sum of RGB (Red+Green+Blue) = 187+197+250=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5FA is #443A05. Grayscale: #C7C7C7. Windows color (decimal): -4471302 or 16434619. OLE color: 16434619.

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

Color convert

RGB187197250-
CMYK0.250.2100.02
HSL230.48º86.3%85.69%-
HSV(B)230.48º25.2%98.04%-
XYZ57.7257.498.48-
YUV200.05156.19118.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=29.50%
G=31.07%
B=39.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871972500.250.2100.02230.4886.385.69
HexBBC5FA191502e65656
Octal273305372312502346126126
Binary10111011110001011111101011001101010101110011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC5FA; }

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

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

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

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

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

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

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

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