#BCC4E0

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

Shades of Periwinkle #BCC4E0

Tints of Periwinkle #BCC4E0

Color information

#BCC4E0 (or 0xBCC4E0) is unknown color: approx Periwinkle. HEX triplet: BC, C4 and E0. RGB value is (188,196,224). Sum of RGB (Red+Green+Blue) = 188+196+224=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCC4E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4E0 is #433B1F. Grayscale: #C4C4C4. Windows color (decimal): -4406048 or 14730428. OLE color: 14730428.

HSL color Cylindrical-coordinate representation of color #BCC4E0: hue angle of 226.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC4E0 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188196224-
CMYK0.160.1200.12
HSL226.67º36.73%80.78%-
HSV(B)226.67º16.07%87.84%-
XYZ53.9355.5578.4-
YUV196.8143.35121.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=30.92%
G=32.24%
B=36.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1881962240.160.1200.12226.6736.7380.78
HexBCC4E010C0Ce32551
Octal274304340201401434345121
Binary10111100110001001110000010000110001100111000111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC4E0; }

 p { color: rgb(188,196,224); }

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

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

 a { background-color: rgb(188,196,224); }

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

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

 span { border-color: rgb(188,196,224); }

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