#BCC1FC

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

Shades of Lavender Blue #BCC1FC

Tints of Lavender Blue #BCC1FC

Color information

#BCC1FC (or 0xBCC1FC) is unknown color: approx Lavender Blue. HEX triplet: BC, C1 and FC. RGB value is (188,193,252). Sum of RGB (Red+Green+Blue) = 188+193+252=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 193 (75.78% from 255 or 30.49% 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 #BCC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC1FC is #433E03. Grayscale: #C5C5C5. Windows color (decimal): -4406788 or 16564668. OLE color: 16564668.

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

Color convert

RGB188193252-
CMYK0.250.2300.01
HSL235.31º91.43%86.27%-
HSV(B)235.31º25.4%98.82%-
XYZ57.3855.8699.85-
YUV198.23158.34120.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=29.70%
G=30.49%
B=39.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881932520.250.2300.01235.3191.4386.27
HexBCC1FC191701eb5b56
Octal274301374312701353133126
Binary1011110011000001111111001100110111011110101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC1FC; }

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

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

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

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

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

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

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

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