#BCC5DD

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

Shades of Periwinkle #BCC5DD

Tints of Periwinkle #BCC5DD

Color information

#BCC5DD (or 0xBCC5DD) is unknown color: approx Periwinkle. HEX triplet: BC, C5 and DD. RGB value is (188,197,221). Sum of RGB (Red+Green+Blue) = 188+197+221=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #BCC5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5DD is #433A22. Grayscale: #C4C4C4. Windows color (decimal): -4405795 or 14534076. OLE color: 14534076.

HSL color Cylindrical-coordinate representation of color #BCC5DD: hue angle of 223.64º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC5DD is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188197221-
CMYK0.150.1100.13
HSL223.64º32.67%80.2%-
HSV(B)223.64º14.93%86.67%-
XYZ53.7655.8476.35-
YUV197.04141.52121.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 197 (77.34% from 255) = 32.51%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=31.02%
G=32.51%
B=36.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881972210.150.1100.13223.6432.6780.2
HexBCC5DDFB0De02150
Octal274305335171301534041120
Binary1011110011000101110111011111101101101111000001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC5DD; }

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

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

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

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

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

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

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

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