#BCC6E9

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

Shades of Periwinkle #BCC6E9

Tints of Periwinkle #BCC6E9

Color information

#BCC6E9 (or 0xBCC6E9) is unknown color: approx Periwinkle. HEX triplet: BC, C6 and E9. RGB value is (188,198,233). Sum of RGB (Red+Green+Blue) = 188+198+233=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCC6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6E9 is #433916. Grayscale: #C6C6C6. Windows color (decimal): -4405527 or 15320764. OLE color: 15320764.

HSL color Cylindrical-coordinate representation of color #BCC6E9: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC6E9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188198233-
CMYK0.190.1500.09
HSL226.67º50.56%82.55%-
HSV(B)226.67º19.31%91.37%-
XYZ55.6456.9685.15-
YUV199147.19120.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.37%
GREEN value IS 198 (77.73% from 255) = 31.99%
BLUE value IS 233 (91.41% from 255) = 37.64%
R=30.37%
G=31.99%
B=37.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881982330.190.1500.09226.6750.5682.55
HexBCC6E913F09e33353
Octal274306351231701134363123
Binary10111100110001101110100110011111101001111000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6E9; }

 p { color: rgb(188,198,233); }

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

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

 a { background-color: rgb(188,198,233); }

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

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

 span { border-color: rgb(188,198,233); }

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