#BCC9EE

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

Shades of Periwinkle #BCC9EE

Tints of Periwinkle #BCC9EE

Color information

#BCC9EE (or 0xBCC9EE) is unknown color: approx Periwinkle. HEX triplet: BC, C9 and EE. RGB value is (188,201,238). Sum of RGB (Red+Green+Blue) = 188+201+238=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCC9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9EE is #433611. Grayscale: #C9C9C9. Windows color (decimal): -4404754 or 15649212. OLE color: 15649212.

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

Color convert

RGB188201238-
CMYK0.210.1600.07
HSL224.4º59.52%83.53%-
HSV(B)224.4º21.01%93.33%-
XYZ57.0658.6489.2-
YUV201.33148.69118.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.98%
GREEN value IS 201 (78.91% from 255) = 32.06%
BLUE value IS 238 (93.36% from 255) = 37.96%
R=29.98%
G=32.06%
B=37.96%

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
Decimal1882012380.210.1600.07224.459.5283.53
HexBCC9EE151007e03c54
Octal27431135625200734074124
Binary10111100110010011110111010101100000111111000001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9EE; }

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

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

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

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

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

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

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

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