#BCC3DB

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

Shades of Periwinkle #BCC3DB

Tints of Periwinkle #BCC3DB

Color information

#BCC3DB (or 0xBCC3DB) is unknown color: approx Periwinkle. HEX triplet: BC, C3 and DB. RGB value is (188,195,219). Sum of RGB (Red+Green+Blue) = 188+195+219=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 195 (76.56% from 255 or 32.39% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3DB is #433C24. Grayscale: #C3C3C3. Windows color (decimal): -4406309 or 14402492. OLE color: 14402492.

HSL color Cylindrical-coordinate representation of color #BCC3DB: hue angle of 226.45º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCC3DB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188195219-
CMYK0.140.1100.14
HSL226.45º30.1%79.8%-
HSV(B)226.45º14.16%85.88%-
XYZ53.0454.8474.81-
YUV195.64141.18122.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 195 (76.56% from 255) = 32.39%
BLUE value IS 219 (85.94% from 255) = 36.38%
R=31.23%
G=32.39%
B=36.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881952190.140.1100.14226.4530.179.8
HexBCC3DBEB0Ee21e50
Octal274303333161301634236120
Binary101111001100001111011011111010110111011100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3DB; }

 p { color: rgb(188,195,219); }

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

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

 a { background-color: rgb(188,195,219); }

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

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

 span { border-color: rgb(188,195,219); }

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