#BCCEF4

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

Shades of Periwinkle #BCCEF4

Tints of Periwinkle #BCCEF4

Color information

#BCCEF4 (or 0xBCCEF4) is unknown color: approx Periwinkle. HEX triplet: BC, CE and F4. RGB value is (188,206,244). Sum of RGB (Red+Green+Blue) = 188+206+244=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCCEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEF4 is #43310B. Grayscale: #CCCCCC. Windows color (decimal): -4403468 or 16043708. OLE color: 16043708.

HSL color Cylindrical-coordinate representation of color #BCCEF4: hue angle of 220.71º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCEF4 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188206244-
CMYK0.230.1600.04
HSL220.71º71.79%84.71%-
HSV(B)220.71º22.95%95.69%-
XYZ59.1461.3794.32-
YUV204.95150.04115.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 244 (95.70% from 255) = 38.24%
R=29.47%
G=32.29%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882062440.230.1600.04220.7171.7984.71
HexBCCEF4171004dd4855
Octal274316364272004335110125
Binary101111001100111011110100101111000001001101110110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEF4; }

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

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

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

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

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

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

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

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