#BCC4F7

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

Shades of Lavender Blue #BCC4F7

Tints of Lavender Blue #BCC4F7

Color information

#BCC4F7 (or 0xBCC4F7) is unknown color: approx Lavender Blue. HEX triplet: BC, C4 and F7. RGB value is (188,196,247). Sum of RGB (Red+Green+Blue) = 188+196+247=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCC4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC4F7 is #433B08. Grayscale: #C7C7C7. Windows color (decimal): -4406025 or 16237756. OLE color: 16237756.

HSL color Cylindrical-coordinate representation of color #BCC4F7: hue angle of 231.86º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCC4F7 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188196247-
CMYK0.240.2100.03
HSL231.86º78.67%85.29%-
HSV(B)231.86º23.89%96.86%-
XYZ57.2756.8995.96-
YUV199.42154.85119.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 196 (76.95% from 255) = 31.06%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=29.79%
G=31.06%
B=39.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881962470.240.2100.03231.8678.6785.29
HexBCC4F7181503e84f55
Octal274304367302503350117125
Binary10111100110001001111011111000101010111110100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4F7; }

 p { color: rgb(188,196,247); }

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

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

 a { background-color: rgb(188,196,247); }

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

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

 span { border-color: rgb(188,196,247); }

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