#BCC3EB

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

Shades of Periwinkle #BCC3EB

Tints of Periwinkle #BCC3EB

Color information

#BCC3EB (or 0xBCC3EB) is unknown color: approx Periwinkle. HEX triplet: BC, C3 and EB. RGB value is (188,195,235). Sum of RGB (Red+Green+Blue) = 188+195+235=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3EB is #433C14. Grayscale: #C5C5C5. Windows color (decimal): -4406293 or 15451068. OLE color: 15451068.

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

Color convert

RGB188195235-
CMYK0.20.1700.08
HSL231.06º54.02%82.94%-
HSV(B)231.06º20%92.16%-
XYZ55.2555.7286.44-
YUV197.47149.18121.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 195 (76.56% from 255) = 31.55%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=30.42%
G=31.55%
B=38.03%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881952350.20.1700.08231.0654.0282.94
HexBCC3EB141108e73653
Octal274303353242101034766123
Binary101111001100001111101011101001000101000111001111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3EB; }

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

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

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

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

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

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

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

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