#BCC9EF

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

Shades of Periwinkle #BCC9EF

Tints of Periwinkle #BCC9EF

Color information

#BCC9EF (or 0xBCC9EF) is unknown color: approx Periwinkle. HEX triplet: BC, C9 and EF. RGB value is (188,201,239). Sum of RGB (Red+Green+Blue) = 188+201+239=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCC9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9EF is #433610. Grayscale: #C9C9C9. Windows color (decimal): -4404753 or 15714748. OLE color: 15714748.

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

Color convert

RGB188201239-
CMYK0.210.1600.06
HSL224.71º61.45%83.73%-
HSV(B)224.71º21.34%93.73%-
XYZ57.2158.789.98-
YUV201.44149.19118.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 239 (93.75% from 255) = 38.06%
R=29.94%
G=32.01%
B=38.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882012390.210.1600.06224.7161.4583.73
HexBCC9EF151006e13d54
Octal27431135725200634175124
Binary10111100110010011110111110101100000110111000011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9EF; }

 p { color: rgb(188,201,239); }

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

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

 a { background-color: rgb(188,201,239); }

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

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

 span { border-color: rgb(188,201,239); }

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