#BCCEF1

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

Shades of Periwinkle #BCCEF1

Tints of Periwinkle #BCCEF1

Color information

#BCCEF1 (or 0xBCCEF1) is unknown color: approx Periwinkle. HEX triplet: BC, CE and F1. RGB value is (188,206,241). Sum of RGB (Red+Green+Blue) = 188+206+241=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF1 is #43310E. Grayscale: #CCCCCC. Windows color (decimal): -4403471 or 15847100. OLE color: 15847100.

HSL color Cylindrical-coordinate representation of color #BCCEF1: hue angle of 219.62º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCCEF1 is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188206241-
CMYK0.220.1500.05
HSL219.62º65.43%84.12%-
HSV(B)219.62º21.99%94.51%-
XYZ58.6961.1891.94-
YUV204.61148.54116.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=29.61%
G=32.44%
B=37.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882062410.220.1500.05219.6265.4384.12
HexBCCEF116F05dc4154
Octal274316361261705334101124
Binary10111100110011101111000110110111101011101110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEF1; }

 p { color: rgb(188,206,241); }

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

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

 a { background-color: rgb(188,206,241); }

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

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

 span { border-color: rgb(188,206,241); }

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