#BCC6EB

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

Shades of Periwinkle #BCC6EB

Tints of Periwinkle #BCC6EB

Color information

#BCC6EB (or 0xBCC6EB) is unknown color: approx Periwinkle. HEX triplet: BC, C6 and EB. RGB value is (188,198,235). Sum of RGB (Red+Green+Blue) = 188+198+235=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 198 (77.73% from 255 or 31.88% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6EB is #433914. Grayscale: #C7C7C7. Windows color (decimal): -4405525 or 15451836. OLE color: 15451836.

HSL color Cylindrical-coordinate representation of color #BCC6EB: hue angle of 227.23º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC6EB is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188198235-
CMYK0.20.1600.08
HSL227.23º54.02%82.94%-
HSV(B)227.23º20%92.16%-
XYZ55.9357.0886.67-
YUV199.23148.19119.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 198 (77.73% from 255) = 31.88%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=30.27%
G=31.88%
B=37.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881982350.20.1600.08227.2354.0282.94
HexBCC6EB141008e33653
Octal274306353242001034366123
Binary101111001100011011101011101001000001000111000111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6EB; }

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

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

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

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

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

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

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

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