#BCCFEC

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

Shades of Periwinkle #BCCFEC

Tints of Periwinkle #BCCFEC

Color information

#BCCFEC (or 0xBCCFEC) is unknown color: approx Periwinkle. HEX triplet: BC, CF and EC. RGB value is (188,207,236). Sum of RGB (Red+Green+Blue) = 188+207+236=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEC is #433013. Grayscale: #CCCCCC. Windows color (decimal): -4403220 or 15519676. OLE color: 15519676.

HSL color Cylindrical-coordinate representation of color #BCCFEC: hue angle of 216.25º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCFEC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188207236-
CMYK0.200.1200.07
HSL216.25º55.81%83.14%-
HSV(B)216.25º20.34%92.55%-
XYZ58.1961.3788.14-
YUV204.62145.71116.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=29.79%
G=32.81%
B=37.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882072360.200.1200.07216.2555.8183.14
HexBCCFEC14C07d83853
Octal27431735424140733070123
Binary1011110011001111111011001010011000111110110001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFEC; }

 p { color: rgb(188,207,236); }

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

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

 a { background-color: rgb(188,207,236); }

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

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

 span { border-color: rgb(188,207,236); }

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