#BCC3EE

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

Shades of Periwinkle #BCC3EE

Tints of Periwinkle #BCC3EE

Color information

#BCC3EE (or 0xBCC3EE) is unknown color: approx Periwinkle. HEX triplet: BC, C3 and EE. RGB value is (188,195,238). Sum of RGB (Red+Green+Blue) = 188+195+238=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC3EE is #433C11. Grayscale: #C5C5C5. Windows color (decimal): -4406290 or 15647676. OLE color: 15647676.

HSL color Cylindrical-coordinate representation of color #BCC3EE: hue angle of 231.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 #BCC3EE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188195238-
CMYK0.210.1800.07
HSL231.6º59.52%83.53%-
HSV(B)231.6º21.01%93.33%-
XYZ55.6955.8988.74-
YUV197.81150.68121-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 238 (93.36% from 255) = 38.33%
R=30.27%
G=31.40%
B=38.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881952380.210.1800.07231.659.5283.53
HexBCC3EE151207e83c54
Octal27430335625220735074124
Binary10111100110000111110111010101100100111111010001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3EE; }

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

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

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

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

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

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

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

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