#BCC3DE

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

Shades of Periwinkle #BCC3DE

Tints of Periwinkle #BCC3DE

Color information

#BCC3DE (or 0xBCC3DE) is unknown color: approx Periwinkle. HEX triplet: BC, C3 and DE. RGB value is (188,195,222). Sum of RGB (Red+Green+Blue) = 188+195+222=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCC3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC3DE is #433C21. Grayscale: #C3C3C3. Windows color (decimal): -4406306 or 14599100. OLE color: 14599100.

HSL color Cylindrical-coordinate representation of color #BCC3DE: hue angle of 227.65º degrees, saturation: 0.34, 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 #BCC3DE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188195222-
CMYK0.150.1200.13
HSL227.65º34%80.39%-
HSV(B)227.65º15.32%87.06%-
XYZ53.445576.91-
YUV195.98142.68122.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 195 (76.56% from 255) = 32.23%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=31.07%
G=32.23%
B=36.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881952220.150.1200.13227.653480.39
HexBCC3DEFC0De42250
Octal274303336171401534442120
Binary1011110011000011110111101111110001101111001001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC3DE; }

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

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

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

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

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

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

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

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