#BBC1FF

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

Shades of Lavender Blue #BBC1FF

Tints of Lavender Blue #BBC1FF

Color information

#BBC1FF (or 0xBBC1FF) is unknown color: approx Lavender Blue. HEX triplet: BB, C1 and FF. RGB value is (187,193,255). Sum of RGB (Red+Green+Blue) = 187+193+255=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC1FF is #443E00. Grayscale: #C6C6C6. Windows color (decimal): -4472321 or 16761275. OLE color: 16761275.

HSL color Cylindrical-coordinate representation of color #BBC1FF: hue angle of 234.71º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBC1FF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187193255-
CMYK0.270.2400
HSL234.71º100%86.67%-
HSV(B)234.71º26.67%100%-
XYZ57.6155.92102.37-
YUV198.27160.01119.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 193 (75.78% from 255) = 30.39%
BLUE value IS 255 (100% from 255) = 40.16%
R=29.45%
G=30.39%
B=40.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871932550.270.2400234.7110086.67
HexBBC1FF1B1800eb6457
Octal273301377333000353144127
Binary1011101111000001111111111101111000001110101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC1FF; }

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

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

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

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

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

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

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

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