#BCC5EB

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

Shades of Periwinkle #BCC5EB

Tints of Periwinkle #BCC5EB

Color information

#BCC5EB (or 0xBCC5EB) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and EB. RGB value is (188,197,235). Sum of RGB (Red+Green+Blue) = 188+197+235=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 197 (77.34% from 255 or 31.77% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5EB is #433A14. Grayscale: #C6C6C6. Windows color (decimal): -4405781 or 15451580. OLE color: 15451580.

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

Color convert

RGB188197235-
CMYK0.20.1600.08
HSL228.51º54.02%82.94%-
HSV(B)228.51º20%92.16%-
XYZ55.756.6286.59-
YUV198.64148.52120.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.32%
GREEN value IS 197 (77.34% from 255) = 31.77%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=30.32%
G=31.77%
B=37.90%

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
Decimal1881972350.20.1600.08228.5154.0282.94
HexBCC5EB141008e53653
Octal274305353242001034566123
Binary101111001100010111101011101001000001000111001011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5EB; }

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

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

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

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

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

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

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

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