#BCCFED

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

Shades of Periwinkle #BCCFED

Tints of Periwinkle #BCCFED

Color information

#BCCFED (or 0xBCCFED) is unknown color: approx Periwinkle. HEX triplet: BC, CF and ED. RGB value is (188,207,237). Sum of RGB (Red+Green+Blue) = 188+207+237=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCCFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFED is #433012. Grayscale: #CCCCCC. Windows color (decimal): -4403219 or 15585212. OLE color: 15585212.

HSL color Cylindrical-coordinate representation of color #BCCFED: hue angle of 216.73º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCFED is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188207237-
CMYK0.210.1300.07
HSL216.73º57.65%83.33%-
HSV(B)216.73º20.68%92.94%-
XYZ58.3461.4388.9-
YUV204.74146.21116.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=29.75%
G=32.75%
B=37.5%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882072370.210.1300.07216.7357.6583.33
HexBCCFED15D07d93a53
Octal27431735525150733172123
Binary1011110011001111111011011010111010111110110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFED; }

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

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

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

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

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

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

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

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