#BCC1F9

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

Shades of Lavender Blue #BCC1F9

Tints of Lavender Blue #BCC1F9

Color information

#BCC1F9 (or 0xBCC1F9) is unknown color: approx Lavender Blue. HEX triplet: BC, C1 and F9. RGB value is (188,193,249). Sum of RGB (Red+Green+Blue) = 188+193+249=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1F9 is #433E06. Grayscale: #C5C5C5. Windows color (decimal): -4406791 or 16368060. OLE color: 16368060.

HSL color Cylindrical-coordinate representation of color #BCC1F9: hue angle of 235.08º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC1F9 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188193249-
CMYK0.240.2200.02
HSL235.08º83.56%85.69%-
HSV(B)235.08º24.5%97.65%-
XYZ56.9155.6797.37-
YUV197.89156.84120.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 193 (75.78% from 255) = 30.63%
BLUE value IS 249 (97.66% from 255) = 39.52%
R=29.84%
G=30.63%
B=39.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881932490.240.2200.02235.0883.5685.69
HexBCC1F9181602eb5456
Octal274301371302602353124126
Binary10111100110000011111100111000101100101110101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1F9; }

 p { color: rgb(188,193,249); }

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

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

 a { background-color: rgb(188,193,249); }

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

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

 span { border-color: rgb(188,193,249); }

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