#BCC5EE

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

Shades of Periwinkle #BCC5EE

Tints of Periwinkle #BCC5EE

Color information

#BCC5EE (or 0xBCC5EE) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and EE. RGB value is (188,197,238). Sum of RGB (Red+Green+Blue) = 188+197+238=623 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.18% from 623); Green value is 197 (77.34% from 255 or 31.62% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC5EE is #433A11. Grayscale: #C6C6C6. Windows color (decimal): -4405778 or 15648188. OLE color: 15648188.

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

Color convert

RGB188197238-
CMYK0.210.1700.07
HSL229.2º59.52%83.53%-
HSV(B)229.2º21.01%93.33%-
XYZ56.1456.888.89-
YUV198.98150.02120.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.18%
GREEN value IS 197 (77.34% from 255) = 31.62%
BLUE value IS 238 (93.36% from 255) = 38.20%
R=30.18%
G=31.62%
B=38.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881972380.210.1700.07229.259.5283.53
HexBCC5EE151107e53c54
Octal27430535625210734574124
Binary10111100110001011110111010101100010111111001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5EE; }

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

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

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

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

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

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

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

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