#BCCDFE

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

Shades of Periwinkle #BCCDFE

Tints of Periwinkle #BCCDFE

Color information

#BCCDFE (or 0xBCCDFE) is unknown color: approx Periwinkle. HEX triplet: BC, CD and FE. RGB value is (188,205,254). Sum of RGB (Red+Green+Blue) = 188+205+254=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 205 (80.47% from 255 or 31.68% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCDFE is #433201. Grayscale: #CDCDCD. Windows color (decimal): -4403714 or 16698812. OLE color: 16698812.

HSL color Cylindrical-coordinate representation of color #BCCDFE: hue angle of 224.55º 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 #BCCDFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB188205254-
CMYK0.260.1900.00
HSL224.55º97.06%86.67%-
HSV(B)224.55º25.98%99.61%-
XYZ60.4661.51102.45-
YUV205.5155.37115.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 205 (80.47% from 255) = 31.68%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=29.06%
G=31.68%
B=39.26%

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
Decimal1882052540.260.1900.00224.5597.0686.67
HexBCCDFE1A1300e16157
Octal274315376322300341141127
Binary1011110011001101111111101101010011001110000111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCDFE; }

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

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

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

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

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

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

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

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