#BCC7DE

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

Shades of Periwinkle #BCC7DE

Tints of Periwinkle #BCC7DE

Color information

#BCC7DE (or 0xBCC7DE) is unknown color: approx Periwinkle. HEX triplet: BC, C7 and DE. RGB value is (188,199,222). Sum of RGB (Red+Green+Blue) = 188+199+222=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 199 (78.12% from 255 or 32.68% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC7DE is #433821. Grayscale: #C6C6C6. Windows color (decimal): -4405282 or 14600124. OLE color: 14600124.

HSL color Cylindrical-coordinate representation of color #BCC7DE: hue angle of 220.59º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC7DE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188199222-
CMYK0.150.1000.13
HSL220.59º34%80.39%-
HSV(B)220.59º15.32%87.06%-
XYZ54.3556.8177.21-
YUV198.33141.36120.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.87%
GREEN value IS 199 (78.12% from 255) = 32.68%
BLUE value IS 222 (87.11% from 255) = 36.45%
R=30.87%
G=32.68%
B=36.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881992220.150.1000.13220.593480.39
HexBCC7DEFA0Ddd2250
Octal274307336171201533542120
Binary1011110011000111110111101111101001101110111011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC7DE; }

 p { color: rgb(188,199,222); }

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

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

 a { background-color: rgb(188,199,222); }

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

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

 span { border-color: rgb(188,199,222); }

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