#BCC5F9

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

Shades of Lavender Blue #BCC5F9

Tints of Lavender Blue #BCC5F9

Color information

#BCC5F9 (or 0xBCC5F9) is unknown color: approx Lavender Blue. HEX triplet: BC, C5 and F9. RGB value is (188,197,249). Sum of RGB (Red+Green+Blue) = 188+197+249=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 249 (97.66% from 255 or 39.27% from 634); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5F9 is #433A06. Grayscale: #C8C8C8. Windows color (decimal): -4405767 or 16369084. OLE color: 16369084.

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

Color convert

RGB188197249-
CMYK0.240.2100.02
HSL231.15º83.56%85.69%-
HSV(B)231.15º24.5%97.65%-
XYZ57.857.4697.67-
YUV200.24155.52119.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 249 (97.66% from 255) = 39.27%
R=29.65%
G=31.07%
B=39.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881972490.240.2100.02231.1583.5685.69
HexBCC5F9181502e75456
Octal274305371302502347124126
Binary10111100110001011111100111000101010101110011110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5F9; }

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

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

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

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

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

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

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

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