#BCCEFE

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

Shades of Periwinkle #BCCEFE

Tints of Periwinkle #BCCEFE

Color information

#BCCEFE (or 0xBCCEFE) is unknown color: approx Periwinkle. HEX triplet: BC, CE and FE. RGB value is (188,206,254). Sum of RGB (Red+Green+Blue) = 188+206+254=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCEFE is #433101. Grayscale: #CDCDCD. Windows color (decimal): -4403458 or 16699068. OLE color: 16699068.

HSL color Cylindrical-coordinate representation of color #BCCEFE: hue angle of 223.64º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCCEFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188206254-
CMYK0.260.1900.00
HSL223.64º97.06%86.67%-
HSV(B)223.64º25.98%99.61%-
XYZ60.761.99102.53-
YUV206.09155.04115.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=29.01%
G=31.79%
B=39.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882062540.260.1900.00223.6497.0686.67
HexBCCEFE1A1300e06157
Octal274316376322300340141127
Binary1011110011001110111111101101010011001110000011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCEFE; }

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

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

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

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

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

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

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

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