#BCCFFE

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

Shades of Periwinkle #BCCFFE

Tints of Periwinkle #BCCFFE

Color information

#BCCFFE (or 0xBCCFFE) is unknown color: approx Periwinkle. HEX triplet: BC, CF and FE. RGB value is (188,207,254). Sum of RGB (Red+Green+Blue) = 188+207+254=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCCFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFFE is #433001. Grayscale: #CECECE. Windows color (decimal): -4403202 or 16699324. OLE color: 16699324.

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

Color convert

RGB188207254-
CMYK0.260.1900.00
HSL222.73º97.06%86.67%-
HSV(B)222.73º25.98%99.61%-
XYZ60.9462.47102.61-
YUV206.68154.71114.68-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 254 (99.61% from 255) = 39.14%
R=28.97%
G=31.90%
B=39.14%

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
Decimal1882072540.260.1900.00222.7397.0686.67
HexBCCFFE1A1300df6157
Octal274317376322300337141127
Binary1011110011001111111111101101010011001101111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFFE; }

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

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

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

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

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

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

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

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