#BCC8EE

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

Shades of Periwinkle #BCC8EE

Tints of Periwinkle #BCC8EE

Color information

#BCC8EE (or 0xBCC8EE) is unknown color: approx Periwinkle. HEX triplet: BC, C8 and EE. RGB value is (188,200,238). Sum of RGB (Red+Green+Blue) = 188+200+238=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8EE is #433711. Grayscale: #C8C8C8. Windows color (decimal): -4405010 or 15648956. OLE color: 15648956.

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

Color convert

RGB188200238-
CMYK0.210.1600.07
HSL225.6º59.52%83.53%-
HSV(B)225.6º21.01%93.33%-
XYZ56.8358.1789.12-
YUV200.74149.02118.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 200 (78.52% from 255) = 31.95%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=30.03%
G=31.95%
B=38.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882002380.210.1600.07225.659.5283.53
HexBCC8EE151007e23c54
Octal27431035625200734274124
Binary10111100110010001110111010101100000111111000101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8EE; }

 p { color: rgb(188,200,238); }

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

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

 a { background-color: rgb(188,200,238); }

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

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

 span { border-color: rgb(188,200,238); }

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