#BCC8EB

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

Shades of Periwinkle #BCC8EB

Tints of Periwinkle #BCC8EB

Color information

#BCC8EB (or 0xBCC8EB) is unknown color: approx Periwinkle. HEX triplet: BC, C8 and EB. RGB value is (188,200,235). Sum of RGB (Red+Green+Blue) = 188+200+235=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8EB is #433714. Grayscale: #C8C8C8. Windows color (decimal): -4405013 or 15452348. OLE color: 15452348.

HSL color Cylindrical-coordinate representation of color #BCC8EB: hue angle of 224.68º 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 #BCC8EB is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188200235-
CMYK0.20.1500.08
HSL224.68º54.02%82.94%-
HSV(B)224.68º20%92.16%-
XYZ56.395886.82-
YUV200.4147.52119.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 200 (78.52% from 255) = 32.10%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=30.18%
G=32.10%
B=37.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882002350.20.1500.08224.6854.0282.94
HexBCC8EB14F08e13653
Octal274310353241701034166123
Binary10111100110010001110101110100111101000111000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8EB; }

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

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

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

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

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

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

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

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