#BCC4DB

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

Shades of Periwinkle #BCC4DB

Tints of Periwinkle #BCC4DB

Color information

#BCC4DB (or 0xBCC4DB) is unknown color: approx Periwinkle. HEX triplet: BC, C4 and DB. RGB value is (188,196,219). Sum of RGB (Red+Green+Blue) = 188+196+219=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4DB is #433B24. Grayscale: #C4C4C4. Windows color (decimal): -4406053 or 14402748. OLE color: 14402748.

HSL color Cylindrical-coordinate representation of color #BCC4DB: hue angle of 224.52º 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 #BCC4DB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188196219-
CMYK0.140.1100.14
HSL224.52º30.1%79.8%-
HSV(B)224.52º14.16%85.88%-
XYZ53.2755.2974.88-
YUV196.23140.85122.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 196 (76.95% from 255) = 32.50%
BLUE value IS 219 (85.94% from 255) = 36.32%
R=31.18%
G=32.50%
B=36.32%

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
Decimal1881962190.140.1100.14224.5230.179.8
HexBCC4DBEB0Ee11e50
Octal274304333161301634136120
Binary101111001100010011011011111010110111011100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4DB; }

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

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

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

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

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

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

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

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